Html Css Color HEX #AA54BA Deep Lilac

📋 copy color: '#AA54BA'

red 170 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #AA54BA

Tints of Deep Lilac #AA54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

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

R = 38.64%
G = 19.09%
B = 42.27%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA54BA (or 0xAA54BA) is known color: Deep Lilac. HEX triplet: AA, 54 and BA. RGB value is (170,84,186). Sum of RGB (Red+Green+Blue) = 170+84+186=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BA is #55AB45. Grayscale: #797979. Windows color (decimal): -5614406 or 12211370. OLE color: 12211370.

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

Color convert

RGB 170 84 186 -
CMYK 0.09 0.55 0 0.27
HSL 290.59º 0.43% 0.53% -
HSV(B) 290.59º 0.55% 0.73% -
XYZ 28.61 18.43 48.5 -
YUV 121.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 170 84 186 0.09 0.55 0 0.27 290.59 0.43 0.53
Hex AA 54 BA 9 37 0 1B 123 2A 35
Octal 252 124 272 11 67 0 33 443 52 65
Binary 10101010 1010100 10111010 1001 110111 0 11011 100100011 101010 110101

Color Harmonies of #AA54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54BA

Black with #AA54BA

Text Example


Text Example

White with #AA54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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