Html Css Color HEX #AA52BE Deep Lilac

📋 copy color: '#AA52BE'

red 170 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #AA52BE

Tints of Deep Lilac #AA52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 38.46%
G = 18.55%
B = 42.99%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA52BE (or 0xAA52BE) is known color: Deep Lilac. HEX triplet: AA, 52 and BE. RGB value is (170,82,190). Sum of RGB (Red+Green+Blue) = 170+82+190=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52BE is #55AD41. Grayscale: #787878. Windows color (decimal): -5614914 or 12473002. OLE color: 12473002.

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

Color convert

RGB 170 82 190 -
CMYK 0.11 0.57 0 0.25
HSL 288.89º 0.45% 0.53% -
HSV(B) 288.89º 0.57% 0.75% -
XYZ 28.89 18.3 50.72 -
YUV 120.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 170 82 190 0.11 0.57 0 0.25 288.89 0.45 0.53
Hex AA 52 BE B 39 0 19 121 2D 35
Octal 252 122 276 13 71 0 31 441 55 65
Binary 10101010 1010010 10111110 1011 111001 0 11001 100100001 101101 110101

Color Harmonies of #AA52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52BE

Black with #AA52BE

Text Example


Text Example

White with #AA52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52BE; }

 p { color: rgb(170,82,190); }

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

background-color css

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

 a { background-color: rgb(170,82,190); }

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

border-color css

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

 span { border-color: rgb(170,82,190); }

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