#AA6CB7

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

Shades of Deep Lilac #AA6CB7

Tints of Deep Lilac #AA6CB7

Color information

#AA6CB7 (or 0xAA6CB7) is unknown color: approx Deep Lilac. HEX triplet: AA, 6C and B7. RGB value is (170,108,183). Sum of RGB (Red+Green+Blue) = 170+108+183=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA6CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CB7 is #559348. Grayscale: #868686. Windows color (decimal): -5608265 or 12020906. OLE color: 12020906.

HSL color Cylindrical-coordinate representation of color #AA6CB7: hue angle of 289.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6CB7 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170108183-
CMYK0.070.4100.28
HSL289.6º34.25%57.06%-
HSV(B)289.6º40.98%71.76%-
XYZ30.4922.6947.57-
YUV135.09155.04152.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=36.88%
G=23.43%
B=39.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701081830.070.4100.28289.634.2557.06
HexAA6CB772901C1222239
Octal2521542677510344424271
Binary10101010110110010110111111101001011100100100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CB7; }

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

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

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

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

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

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

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

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