Html Css Color HEX #AA54B9 Deep Lilac

📋 copy color: '#AA54B9'

red 170 ◦ green 84 ◦ blue 185

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

Shades of Deep Lilac #AA54B9

Tints of Deep Lilac #AA54B9

RGB

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

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

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

R = 38.72%
G = 19.13%
B = 42.14%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA54B9 (or 0xAA54B9) is known color: Deep Lilac. HEX triplet: AA, 54 and B9. RGB value is (170,84,185). Sum of RGB (Red+Green+Blue) = 170+84+185=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA54B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54B9 is #55AB46. Grayscale: #787878. Windows color (decimal): -5614407 or 12145834. OLE color: 12145834.

HSL color Cylindrical-coordinate representation of color #AA54B9: hue angle of 291.09º degrees, saturation: 0.42, 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 #AA54B9 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 84 185 -
CMYK 0.08 0.55 0 0.27
HSL 291.09º 0.42% 0.53% -
HSV(B) 291.09º 0.55% 0.73% -
XYZ 28.5 18.39 47.95 -
YUV 121.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 170 84 185 0.08 0.55 0 0.27 291.09 0.42 0.53
Hex AA 54 B9 8 37 0 1B 123 2A 35
Octal 252 124 271 10 67 0 33 443 52 65
Binary 10101010 1010100 10111001 1000 110111 0 11011 100100011 101010 110101

Color Harmonies of #AA54B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54B9

Black with #AA54B9

Text Example


Text Example

White with #AA54B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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