#AA5CBD

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

Shades of Deep Lilac #AA5CBD

Tints of Deep Lilac #AA5CBD

Color information

#AA5CBD (or 0xAA5CBD) is unknown color: approx Deep Lilac. HEX triplet: AA, 5C and BD. RGB value is (170,92,189). Sum of RGB (Red+Green+Blue) = 170+92+189=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBD is #55A342. Grayscale: #7E7E7E. Windows color (decimal): -5612355 or 12410026. OLE color: 12410026.

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

Color convert

RGB17092189-
CMYK0.100.5100.26
HSL288.25º42.36%55.1%-
HSV(B)288.25º51.32%74.12%-
XYZ29.5919.8750.42-
YUV126.38163.34159.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=37.69%
G=20.40%
B=41.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170921890.100.5100.26288.2542.3655.1
HexAA5CBDA3301A1202a37
Octal25213427512630324405267
Binary101010101011100101111011010110011011010100100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CBD; }

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

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

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

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

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

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

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

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