Html Css Color HEX #AA5AB8 Deep Lilac

📋 copy color: '#AA5AB8'

red 170 ◦ green 90 ◦ blue 184

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

Shades of Deep Lilac #AA5AB8

Tints of Deep Lilac #AA5AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 38.29%
G = 20.27%
B = 41.44%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA5AB8 (or 0xAA5AB8) is known color: Deep Lilac. HEX triplet: AA, 5A and B8. RGB value is (170,90,184). Sum of RGB (Red+Green+Blue) = 170+90+184=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA5AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AB8 is #55A547. Grayscale: #7C7C7C. Windows color (decimal): -5612872 or 12081834. OLE color: 12081834.

HSL color Cylindrical-coordinate representation of color #AA5AB8: hue angle of 291.06º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5AB8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 90 184 -
CMYK 0.08 0.51 0 0.28
HSL 291.06º 0.4% 0.54% -
HSV(B) 291.06º 0.51% 0.72% -
XYZ 28.89 19.32 47.55 -
YUV 124.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 170 90 184 0.08 0.51 0 0.28 291.06 0.4 0.54
Hex AA 5A B8 8 33 0 1C 123 28 36
Octal 252 132 270 10 63 0 34 443 50 66
Binary 10101010 1011010 10111000 1000 110011 0 11100 100100011 101000 110110

Color Harmonies of #AA5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AB8

Black with #AA5AB8

Text Example


Text Example

White with #AA5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AB8; }

 p { color: rgb(170,90,184); }

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

background-color css

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

 a { background-color: rgb(170,90,184); }

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

border-color css

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

 span { border-color: rgb(170,90,184); }

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