Html Css Color HEX #AA51B9 Deep Lilac

📋 copy color: '#AA51B9'

red 170 ◦ green 81 ◦ blue 185

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

Shades of Deep Lilac #AA51B9

Tints of Deep Lilac #AA51B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 38.99%
G = 18.58%
B = 42.43%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA51B9 (or 0xAA51B9) is known color: Deep Lilac. HEX triplet: AA, 51 and B9. RGB value is (170,81,185). Sum of RGB (Red+Green+Blue) = 170+81+185=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA51B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51B9 is #55AE46. Grayscale: #777777. Windows color (decimal): -5615175 or 12145066. OLE color: 12145066.

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

Color convert

RGB 170 81 185 -
CMYK 0.08 0.56 0 0.27
HSL 291.35º 0.43% 0.52% -
HSV(B) 291.35º 0.56% 0.73% -
XYZ 28.28 17.93 47.87 -
YUV 119.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 170 81 185 0.08 0.56 0 0.27 291.35 0.43 0.52
Hex AA 51 B9 8 38 0 1B 123 2B 34
Octal 252 121 271 10 70 0 33 443 53 64
Binary 10101010 1010001 10111001 1000 111000 0 11011 100100011 101011 110100

Color Harmonies of #AA51B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51B9

Black with #AA51B9

Text Example


Text Example

White with #AA51B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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