#AD6EAA

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

Shades of Violet Blue #AD6EAA

Tints of Violet Blue #AD6EAA

Color information

#AD6EAA (or 0xAD6EAA) is unknown color: approx Violet Blue. HEX triplet: AD, 6E and AA. RGB value is (173,110,170). Sum of RGB (Red+Green+Blue) = 173+110+170=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAA is #529155. Grayscale: #878787. Windows color (decimal): -5411158 or 11169453. OLE color: 11169453.

HSL color Cylindrical-coordinate representation of color #AD6EAA: hue angle of 302.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6EAA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173110170-
CMYK00.360.020.32
HSL302.86º27.75%55.49%-
HSV(B)302.86º36.42%67.84%-
XYZ30.0722.9440.87-
YUV135.68147.37154.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=38.19%
G=24.28%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311017000.360.020.32302.8627.7555.49
HexAD6EAA02422012f1c37
Octal2551562520442404573467
Binary1010110111011101010101001001001010000010010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EAA; }

 p { color: rgb(173,110,170); }

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

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

 a { background-color: rgb(173,110,170); }

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

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

 span { border-color: rgb(173,110,170); }

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