#AA6EAD

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

Shades of Violet Blue #AA6EAD

Tints of Violet Blue #AA6EAD

Color information

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

HSL color Cylindrical-coordinate representation of color #AA6EAD: hue angle of 297.14º 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 #AA6EAD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170110173-
CMYK0.020.3600.32
HSL297.14º27.75%55.49%-
HSV(B)297.14º36.42%67.84%-
XYZ29.722.7242.35-
YUV135.12149.38152.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701101730.020.3600.32297.1427.7555.49
HexAA6EAD2240201291c37
Octal2521562552440404513467
Binary1010101011011101010110110100100010000010010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EAD; }

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

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

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

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

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

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

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

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