Html Css Color HEX #AA5BBC Deep Lilac

📋 copy color: '#AA5BBC'

red 170 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #AA5BBC

Tints of Deep Lilac #AA5BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 37.86%
G = 20.27%
B = 41.87%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA5BBC (or 0xAA5BBC) is known color: Deep Lilac. HEX triplet: AA, 5B and BC. RGB value is (170,91,188). Sum of RGB (Red+Green+Blue) = 170+91+188=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BBC is #55A443. Grayscale: #7D7D7D. Windows color (decimal): -5612612 or 12344234. OLE color: 12344234.

HSL color Cylindrical-coordinate representation of color #AA5BBC: hue angle of 288.87º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5BBC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 91 188 -
CMYK 0.10 0.52 0 0.26
HSL 288.87º 0.42% 0.55% -
HSV(B) 288.87º 0.52% 0.74% -
XYZ 29.4 19.66 49.82 -
YUV 125.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 170 91 188 0.10 0.52 0 0.26 288.87 0.42 0.55
Hex AA 5B BC A 34 0 1A 121 2A 37
Octal 252 133 274 12 64 0 32 441 52 67
Binary 10101010 1011011 10111100 1010 110100 0 11010 100100001 101010 110111

Color Harmonies of #AA5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BBC

Black with #AA5BBC

Text Example


Text Example

White with #AA5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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