COLOR #A793DB

HEX: #A793DB RGB: (167,147,219)

Color info

#A793DB contains mainly red and blue colors. Web safe color of #A793DB is #9999CC (or #99C).

RGB color model

#A793DB color RGB value is (167,147,219).

RGB: (167,147,219) (65%, 58%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 219 of 255 = 86%

167
147
219

R + G + B ~ 70%. #A793DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 147 + 219 = 533 (100%)
R 167 of 533 ~ 31.33%
G 147 of 533 ~ 27.58%
B 219 of 533 ~ 41.09'%

%31.33
%27.58
%41.09

CMYK color model

#A793DB color CMYK value is (24,33,0,14).

  • cyan value is 23.74%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,33,0,14)
C24M33Y0K14 (24%, 33%, 0%, 14%)
(0.24 / 0.33 / 0.00 / 0.14)

CMYK percentages

%23.74
%32.88
%0
%14.12

Codes

Color #A793DB in popluar color models

A7 93 DB
RGB 167 147 219
HSL 257° 50.00% 71.76%
HSB/HSV 257° 32.88% 85.88%
CMYK 23.74% 32.88% 0.00%
14.12%

Color #A793DB in popluar number systems.

HEX A7 93 DB
Decimal 167 147 219
Binary 10100111 10010011 11011011
Octal 247 223 333

Shades and tints

Shades of #A793DB

#A793DB
(167,147,219)
#9886C8
(152,134,200)
#8979B5
(137,121,181)
#7A6CA2
(122,108,162)
#6B5F8F
(107,95,143)
#5C527C
(92,82,124)
#4D4569
(77,69,105)
#3E3856
(62,56,86)
#2F2B43
(47,43,67)
#201E30
(32,30,48)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #A793DB

#A793DB
(167,147,219)
#AF9CDE
(175,156,222)
#B7A5E1
(183,165,225)
#BFAEE4
(191,174,228)
#C7B7E7
(199,183,231)
#CFC0EA
(207,192,234)
#D7C9ED
(215,201,237)
#DFD2F0
(223,210,240)
#E7DBF3
(231,219,243)
#EFE4F6
(239,228,246)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A793DB color. Also use rgb(167,147,219) instead hex code.

Text Font Color

.myTextColor { color: #A793DB; }

<p style="color:#A793DB">This sample text font color is #A793DB.</p>

This text font color is #A793DB.

Background Color

.myBgColor { background-color: #A793DB; }

<div style="background-color:#A793DB">Inner text</div>

This div background color is #A793DB.

Border color

.myBorderColor { border: 1px solid #A793DB; }

<div style="border:3px solid #A793DB">Div</div>

This div border color is #A793DB.

Opacity

.myOpacity80 { color: #A793DB; opacity: 0.8; }

<p style="color:#A793DB;opacity:0.8;">80%</p>

Text with #A793DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A793DB;}

<p style="text-shadow: 3px 3px 1px #A793DB">Text here.</p>

This text has shadow with #A793DB color.


.textShadow {text-shadow: 3px 3px 1px #A793DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A793DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A793DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A793DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A793DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A793DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A793DB;
-webkit-box-shadow: 1px 1px 3px 2px #A793DB;
box-shadow: 1px 1px 3px 2px #A793DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A793DB; -webkit-box-shadow: 1px 1px 3px 2px #A793DB; box-shadow:1px 1px 3px 2px #A793DB;">
Div content here
</div>

This div box has shadow with color #A793DB.

Preview

Color preview on black background

This text has color #A793DB on black background.


Color preview on white background

This text has color #A793DB on white background.


Black color preview on #A793DB background

This text has black color on #A793DB background.


White color preview on #A793DB background

This text has white color on #A793DB background.


Related colors

Complementary color

Complementary color for #hex is #586C24.


I love getcolorcode.com

Triadic colors

1 #DBA793 and #93DBA7 with #A793DB are triadic colors.

2 #DB93A7 and #93A7DB with #A793DB are triadic colors.