#AA6CBC

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

Shades of Deep Lilac #AA6CBC

Tints of Deep Lilac #AA6CBC

Color information

#AA6CBC (or 0xAA6CBC) is unknown color: approx Deep Lilac. HEX triplet: AA, 6C and BC. RGB value is (170,108,188). Sum of RGB (Red+Green+Blue) = 170+108+188=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBC is #559343. Grayscale: #878787. Windows color (decimal): -5608260 or 12348586. OLE color: 12348586.

HSL color Cylindrical-coordinate representation of color #AA6CBC: hue angle of 286.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6CBC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170108188-
CMYK0.100.4300.26
HSL286.5º37.38%58.04%-
HSV(B)286.5º42.55%73.73%-
XYZ31.0222.950.36-
YUV135.66157.54152.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=36.48%
G=23.18%
B=40.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701081880.100.4300.26286.537.3858.04
HexAA6CBCA2B01A11e253a
Octal25215427412530324364572
Binary101010101101100101111001010101011011010100011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CBC; }

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

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

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

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

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

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

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

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