Html Css Color HEX #AA54BD Deep Lilac

📋 copy color: '#AA54BD'

red 170 ◦ green 84 ◦ blue 189

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

Shades of Deep Lilac #AA54BD

Tints of Deep Lilac #AA54BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 38.37%
G = 18.96%
B = 42.66%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA54BD (or 0xAA54BD) is known color: Deep Lilac. HEX triplet: AA, 54 and BD. RGB value is (170,84,189). Sum of RGB (Red+Green+Blue) = 170+84+189=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BD is #55AB42. Grayscale: #797979. Windows color (decimal): -5614403 or 12407978. OLE color: 12407978.

HSL color Cylindrical-coordinate representation of color #AA54BD: hue angle of 289.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA54BD is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 84 189 -
CMYK 0.10 0.56 0 0.26
HSL 289.14º 0.44% 0.54% -
HSV(B) 289.14º 0.56% 0.74% -
XYZ 28.93 18.56 50.2 -
YUV 121.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 170 84 189 0.10 0.56 0 0.26 289.14 0.44 0.54
Hex AA 54 BD A 38 0 1A 121 2C 36
Octal 252 124 275 12 70 0 32 441 54 66
Binary 10101010 1010100 10111101 1010 111000 0 11010 100100001 101100 110110

Color Harmonies of #AA54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54BD

Black with #AA54BD

Text Example


Text Example

White with #AA54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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