Html Css Color HEX #AA5CB9 Deep Lilac

📋 copy color: '#AA5CB9'

red 170 ◦ green 92 ◦ blue 185

#AA5CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AA5CB9

Tints of Deep Lilac #AA5CB9

RGB

 RED value IS 170 (66.8% from 255) = 38.03%

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 38.03%
G = 20.58%
B = 41.39%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5CB9 (or 0xAA5CB9) is known color: Deep Lilac. HEX triplet: AA, 5C and B9. RGB value is (170,92,185). Sum of RGB (Red+Green+Blue) = 170+92+185=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA5CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CB9 is #55A346. Grayscale: #7D7D7D. Windows color (decimal): -5612359 or 12147882. OLE color: 12147882.

HSL color Cylindrical-coordinate representation of color #AA5CB9: hue angle of 290.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5CB9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 92 185 -
CMYK 0.08 0.50 0 0.27
HSL 290.32º 0.4% 0.54% -
HSV(B) 290.32º 0.5% 0.73% -
XYZ 29.16 19.7 48.17 -
YUV 125.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 170 92 185 0.08 0.50 0 0.27 290.32 0.4 0.54
Hex AA 5C B9 8 32 0 1B 122 28 36
Octal 252 134 271 10 62 0 33 442 50 66
Binary 10101010 1011100 10111001 1000 110010 0 11011 100100010 101000 110110

Color Harmonies of #AA5CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CB9

Black with #AA5CB9

Text Example


Text Example

White with #AA5CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CB9; }

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

 H1.HeaderClassName
 {
   color: #AA5CB9;
 }
 .AnyTagClassName
 {
   color: #AA5CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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