#AA6CBA

Color #AA6CBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA6CBA

Tints of Deep Lilac #AA6CBA

Color information

#AA6CBA (or 0xAA6CBA) is unknown color: approx Deep Lilac. HEX triplet: AA, 6C and BA. RGB value is (170,108,186). Sum of RGB (Red+Green+Blue) = 170+108+186=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBA is #559345. Grayscale: #878787. Windows color (decimal): -5608262 or 12217514. OLE color: 12217514.

HSL color Cylindrical-coordinate representation of color #AA6CBA: hue angle of 287.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6CBA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170108186-
CMYK0.090.4200.27
HSL287.69º36.11%57.65%-
HSV(B)287.69º41.94%72.94%-
XYZ30.822.8249.23-
YUV135.43156.54152.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=36.64%
G=23.28%
B=40.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701081860.090.4200.27287.6936.1157.65
HexAA6CBA92A01B120243a
Octal25215427211520334404472
Binary101010101101100101110101001101010011011100100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CBA; }

 p { color: rgb(170,108,186); }

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

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

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

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

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

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

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