Html Css Color HEX #AA5BB8 Deep Lilac

📋 copy color: '#AA5BB8'

red 170 ◦ green 91 ◦ blue 184

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

Shades of Deep Lilac #AA5BB8

Tints of Deep Lilac #AA5BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

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

R = 38.2%
G = 20.45%
B = 41.35%

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

#AA5BB8 (or 0xAA5BB8) is known color: Deep Lilac. HEX triplet: AA, 5B and B8. RGB value is (170,91,184). Sum of RGB (Red+Green+Blue) = 170+91+184=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA5BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BB8 is #55A447. Grayscale: #7C7C7C. Windows color (decimal): -5612616 or 12082090. OLE color: 12082090.

HSL color Cylindrical-coordinate representation of color #AA5BB8: hue angle of 290.97º 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 #AA5BB8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 91 184 -
CMYK 0.08 0.51 0 0.28
HSL 290.97º 0.4% 0.54% -
HSV(B) 290.97º 0.51% 0.72% -
XYZ 28.97 19.49 47.58 -
YUV 125.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 170 91 184 0.08 0.51 0 0.28 290.97 0.4 0.54
Hex AA 5B B8 8 33 0 1C 123 28 36
Octal 252 133 270 10 63 0 34 443 50 66
Binary 10101010 1011011 10111000 1000 110011 0 11100 100100011 101000 110110

Color Harmonies of #AA5BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BB8

Black with #AA5BB8

Text Example


Text Example

White with #AA5BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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