#AA6EB5

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

Shades of Violet Blue #AA6EB5

Tints of Violet Blue #AA6EB5

Color information

#AA6EB5 (or 0xAA6EB5) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and B5. RGB value is (170,110,181). Sum of RGB (Red+Green+Blue) = 170+110+181=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA6EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EB5 is #55914A. Grayscale: #878787. Windows color (decimal): -5607755 or 11890346. OLE color: 11890346.

HSL color Cylindrical-coordinate representation of color #AA6EB5: hue angle of 290.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6EB5 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170110181-
CMYK0.060.3900.29
HSL290.7º32.42%57.06%-
HSV(B)290.7º39.23%70.98%-
XYZ30.4923.0346.55-
YUV136.03153.38152.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=36.88%
G=23.86%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701101810.060.3900.29290.732.4257.06
HexAA6EB562701D1232039
Octal2521562656470354434071
Binary10101010110111010110101110100111011101100100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EB5; }

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

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

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

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

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

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

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

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