#AD5EA6

Color #AD5EA6 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AD5EA6

Tints of Violet Blue #AD5EA6

Color information

#AD5EA6 (or 0xAD5EA6) is unknown color: approx Violet Blue. HEX triplet: AD, 5E and A6. RGB value is (173,94,166). Sum of RGB (Red+Green+Blue) = 173+94+166=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EA6 is #52A159. Grayscale: #7D7D7D. Windows color (decimal): -5415258 or 10903213. OLE color: 10903213.

HSL color Cylindrical-coordinate representation of color #AD5EA6: hue angle of 305.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5EA6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17394166-
CMYK00.460.040.32
HSL305.32º32.51%52.35%-
HSV(B)305.32º45.66%67.84%-
XYZ28.1219.6438.39-
YUV125.83150.67161.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=39.95%
G=21.71%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739416600.460.040.32305.3232.5152.35
HexAD5EA602E4201312134
Octal2551362460564404614164
Binary101011011011110101001100101110100100000100110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EA6; }

 p { color: rgb(173,94,166); }

 H1.HeaderClassName
 {
   color: #AD5EA6;
 }
 .AnyTagClassName
 {
   color: #AD5EA6;
 }
</style>
background-color css

<style>
 a { background-color: #AD5EA6; }

 a { background-color: rgb(173,94,166); }

 div.DivClassName
 {
   background-color: #AD5EA6;
 }
 .BgClassName
 {
   background-color: #AD5EA6;
 }
</style>
border-color css

<style>
 span { border-color: #AD5EA6; }

 span { border-color: rgb(173,94,166); }

 td.TdClassName
 {
   border-color: #AD5EA6;
 }
 .TagClassName
 {
   border-color: #AD5EA6;
 }
</style>