Html Css Color HEX #AA5ABF Deep Lilac

📋 copy color: '#AA5ABF'

red 170 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #AA5ABF

Tints of Deep Lilac #AA5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 191 (75% from 255) = 42.35%

R = 37.69%
G = 19.96%
B = 42.35%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA5ABF (or 0xAA5ABF) is known color: Deep Lilac. HEX triplet: AA, 5A and BF. RGB value is (170,90,191). Sum of RGB (Red+Green+Blue) = 170+90+191=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ABF is #55A540. Grayscale: #7D7D7D. Windows color (decimal): -5612865 or 12540586. OLE color: 12540586.

HSL color Cylindrical-coordinate representation of color #AA5ABF: hue angle of 287.52º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5ABF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 90 191 -
CMYK 0.11 0.53 0 0.25
HSL 287.52º 0.44% 0.55% -
HSV(B) 287.52º 0.53% 0.75% -
XYZ 29.64 19.62 51.52 -
YUV 125.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 170 90 191 0.11 0.53 0 0.25 287.52 0.44 0.55
Hex AA 5A BF B 35 0 19 120 2C 37
Octal 252 132 277 13 65 0 31 440 54 67
Binary 10101010 1011010 10111111 1011 110101 0 11001 100100000 101100 110111

Color Harmonies of #AA5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ABF

Black with #AA5ABF

Text Example


Text Example

White with #AA5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ABF; }

 p { color: rgb(170,90,191); }

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

background-color css

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

 a { background-color: rgb(170,90,191); }

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

border-color css

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

 span { border-color: rgb(170,90,191); }

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