#AA5CBF

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

Shades of Deep Lilac #AA5CBF

Tints of Deep Lilac #AA5CBF

Color information

#AA5CBF (or 0xAA5CBF) is unknown color: approx Deep Lilac. HEX triplet: AA, 5C and BF. RGB value is (170,92,191). Sum of RGB (Red+Green+Blue) = 170+92+191=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBF is #55A340. Grayscale: #7E7E7E. Windows color (decimal): -5612353 or 12541098. OLE color: 12541098.

HSL color Cylindrical-coordinate representation of color #AA5CBF: hue angle of 287.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5CBF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17092191-
CMYK0.110.5200.25
HSL287.27º43.61%55.49%-
HSV(B)287.27º51.83%74.9%-
XYZ29.8119.9651.57-
YUV126.61164.34158.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 191 (75% from 255) = 42.16%
R=37.53%
G=20.31%
B=42.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170921910.110.5200.25287.2743.6155.49
HexAA5CBFB3401911f2c37
Octal25213427713640314375467
Binary101010101011100101111111011110100011001100011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CBF; }

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

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

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

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

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

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

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

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