Html Css Color HEX #AA51B8 Deep Lilac

📋 copy color: '#AA51B8'

red 170 ◦ green 81 ◦ blue 184

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

Shades of Deep Lilac #AA51B8

Tints of Deep Lilac #AA51B8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

 BLUE value IS 184 (72.27% from 255) = 42.3%

R = 39.08%
G = 18.62%
B = 42.3%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA51B8 (or 0xAA51B8) is known color: Deep Lilac. HEX triplet: AA, 51 and B8. RGB value is (170,81,184). Sum of RGB (Red+Green+Blue) = 170+81+184=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA51B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51B8 is #55AE47. Grayscale: #777777. Windows color (decimal): -5615176 or 12079530. OLE color: 12079530.

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

Color convert

RGB 170 81 184 -
CMYK 0.08 0.56 0 0.28
HSL 291.84º 0.42% 0.52% -
HSV(B) 291.84º 0.56% 0.72% -
XYZ 28.17 17.89 47.32 -
YUV 119.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 170 81 184 0.08 0.56 0 0.28 291.84 0.42 0.52
Hex AA 51 B8 8 38 0 1C 124 2A 34
Octal 252 121 270 10 70 0 34 444 52 64
Binary 10101010 1010001 10111000 1000 111000 0 11100 100100100 101010 110100

Color Harmonies of #AA51B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51B8

Black with #AA51B8

Text Example


Text Example

White with #AA51B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51B8; }

 p { color: rgb(170,81,184); }

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

background-color css

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

 a { background-color: rgb(170,81,184); }

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

border-color css

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

 span { border-color: rgb(170,81,184); }

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