Html Css Color HEX #AA55BB Deep Lilac

📋 copy color: '#AA55BB'

red 170 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #AA55BB

Tints of Deep Lilac #AA55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA55BB (or 0xAA55BB) is known color: Deep Lilac. HEX triplet: AA, 55 and BB. RGB value is (170,85,187). Sum of RGB (Red+Green+Blue) = 170+85+187=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55BB is #55AA44. Grayscale: #797979. Windows color (decimal): -5614149 or 12277162. OLE color: 12277162.

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

Color convert

RGB 170 85 187 -
CMYK 0.09 0.55 0 0.27
HSL 290º 0.43% 0.53% -
HSV(B) 290º 0.55% 0.73% -
XYZ 28.8 18.63 49.09 -
YUV 122.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 170 85 187 0.09 0.55 0 0.27 290 0.43 0.53
Hex AA 55 BB 9 37 0 1B 122 2B 35
Octal 252 125 273 11 67 0 33 442 53 65
Binary 10101010 1010101 10111011 1001 110111 0 11011 100100010 101011 110101

Color Harmonies of #AA55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55BB

Black with #AA55BB

Text Example


Text Example

White with #AA55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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