Html Css Color HEX #AA51BA Deep Lilac

📋 copy color: '#AA51BA'

red 170 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #AA51BA

Tints of Deep Lilac #AA51BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 38.9%
G = 18.54%
B = 42.56%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA51BA (or 0xAA51BA) is known color: Deep Lilac. HEX triplet: AA, 51 and BA. RGB value is (170,81,186). Sum of RGB (Red+Green+Blue) = 170+81+186=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51BA is #55AE45. Grayscale: #777777. Windows color (decimal): -5615174 or 12210602. OLE color: 12210602.

HSL color Cylindrical-coordinate representation of color #AA51BA: hue angle of 290.86º 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 #AA51BA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 81 186 -
CMYK 0.09 0.56 0 0.27
HSL 290.86º 0.43% 0.52% -
HSV(B) 290.86º 0.56% 0.73% -
XYZ 28.38 17.98 48.43 -
YUV 119.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 170 81 186 0.09 0.56 0 0.27 290.86 0.43 0.52
Hex AA 51 BA 9 38 0 1B 123 2B 34
Octal 252 121 272 11 70 0 33 443 53 64
Binary 10101010 1010001 10111010 1001 111000 0 11011 100100011 101011 110100

Color Harmonies of #AA51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51BA

Black with #AA51BA

Text Example


Text Example

White with #AA51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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