Html Css Color HEX #AA52B7 Deep Lilac

📋 copy color: '#AA52B7'

red 170 ◦ green 82 ◦ blue 183

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

Shades of Deep Lilac #AA52B7

Tints of Deep Lilac #AA52B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 39.08%
G = 18.85%
B = 42.07%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA52B7 (or 0xAA52B7) is known color: Deep Lilac. HEX triplet: AA, 52 and B7. RGB value is (170,82,183). Sum of RGB (Red+Green+Blue) = 170+82+183=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA52B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52B7 is #55AD48. Grayscale: #777777. Windows color (decimal): -5614921 or 12014250. OLE color: 12014250.

HSL color Cylindrical-coordinate representation of color #AA52B7: hue angle of 292.28º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA52B7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 82 183 -
CMYK 0.07 0.55 0 0.28
HSL 292.28º 0.41% 0.52% -
HSV(B) 292.28º 0.55% 0.72% -
XYZ 28.14 18 46.79 -
YUV 119.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 170 82 183 0.07 0.55 0 0.28 292.28 0.41 0.52
Hex AA 52 B7 7 37 0 1C 124 29 34
Octal 252 122 267 7 67 0 34 444 51 64
Binary 10101010 1010010 10110111 111 110111 0 11100 100100100 101001 110100

Color Harmonies of #AA52B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52B7

Black with #AA52B7

Text Example


Text Example

White with #AA52B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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