Html Css Color HEX #AA5DBB Deep Lilac

📋 copy color: '#AA5DBB'

red 170 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #AA5DBB

Tints of Deep Lilac #AA5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

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

R = 37.78%
G = 20.67%
B = 41.56%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5DBB (or 0xAA5DBB) is known color: Deep Lilac. HEX triplet: AA, 5D and BB. RGB value is (170,93,187). Sum of RGB (Red+Green+Blue) = 170+93+187=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DBB is #55A244. Grayscale: #7E7E7E. Windows color (decimal): -5612101 or 12279210. OLE color: 12279210.

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

Color convert

RGB 170 93 187 -
CMYK 0.09 0.50 0 0.27
HSL 289.15º 0.41% 0.55% -
HSV(B) 289.15º 0.5% 0.73% -
XYZ 29.46 19.96 49.31 -
YUV 126.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 170 93 187 0.09 0.50 0 0.27 289.15 0.41 0.55
Hex AA 5D BB 9 32 0 1B 121 29 37
Octal 252 135 273 11 62 0 33 441 51 67
Binary 10101010 1011101 10111011 1001 110010 0 11011 100100001 101001 110111

Color Harmonies of #AA5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DBB

Black with #AA5DBB

Text Example


Text Example

White with #AA5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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