Html Css Color HEX #AA5BBB Deep Lilac

📋 copy color: '#AA5BBB'

red 170 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #AA5BBB

Tints of Deep Lilac #AA5BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 37.95%
G = 20.31%
B = 41.74%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5BBB (or 0xAA5BBB) is known color: Deep Lilac. HEX triplet: AA, 5B and BB. RGB value is (170,91,187). Sum of RGB (Red+Green+Blue) = 170+91+187=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BBB is #55A444. Grayscale: #7D7D7D. Windows color (decimal): -5612613 or 12278698. OLE color: 12278698.

HSL color Cylindrical-coordinate representation of color #AA5BBB: hue angle of 289.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5BBB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 91 187 -
CMYK 0.09 0.51 0 0.27
HSL 289.38º 0.41% 0.55% -
HSV(B) 289.38º 0.51% 0.73% -
XYZ 29.29 19.62 49.26 -
YUV 125.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 170 91 187 0.09 0.51 0 0.27 289.38 0.41 0.55
Hex AA 5B BB 9 33 0 1B 121 29 37
Octal 252 133 273 11 63 0 33 441 51 67
Binary 10101010 1011011 10111011 1001 110011 0 11011 100100001 101001 110111

Color Harmonies of #AA5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BBB

Black with #AA5BBB

Text Example


Text Example

White with #AA5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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