#AA6EAA

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

Shades of Violet Blue #AA6EAA

Tints of Violet Blue #AA6EAA

Color information

#AA6EAA (or 0xAA6EAA) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and AA. RGB value is (170,110,170). Sum of RGB (Red+Green+Blue) = 170+110+170=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EAA is #559155. Grayscale: #868686. Windows color (decimal): -5607766 or 11169450. OLE color: 11169450.

HSL color Cylindrical-coordinate representation of color #AA6EAA: hue angle of 300º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6EAA is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170110170-
CMYK00.3500.33
HSL300º26.09%54.9%-
HSV(B)300º35.29%66.67%-
XYZ29.4122.640.84-
YUV134.78147.88153.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=37.78%
G=24.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011017000.3500.3330026.0954.9
HexAA6EAA02302112c1a37
Octal2521562520430414543267
Binary101010101101110101010100100011010000110010110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EAA; }

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

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

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

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

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

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

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

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