#AA60BD

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

Shades of Deep Lilac #AA60BD

Tints of Deep Lilac #AA60BD

Color information

#AA60BD (or 0xAA60BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 60 and BD. RGB value is (170,96,189). Sum of RGB (Red+Green+Blue) = 170+96+189=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60BD is #559F42. Grayscale: #808080. Windows color (decimal): -5611331 or 12411050. OLE color: 12411050.

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

Color convert

RGB17096189-
CMYK0.100.4900.26
HSL287.74º41.33%55.88%-
HSV(B)287.74º49.21%74.12%-
XYZ29.9520.5950.54-
YUV128.73162.02157.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=37.36%
G=21.10%
B=41.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170961890.100.4900.26287.7441.3355.88
HexAA60BDA3101A1202938
Octal25214027512610324405170
Binary101010101100000101111011010110001011010100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60BD; }

 p { color: rgb(170,96,189); }

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

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

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

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

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

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

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