Html Css Color HEX #AA54BE Deep Lilac

📋 copy color: '#AA54BE'

red 170 ◦ green 84 ◦ blue 190

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

Shades of Deep Lilac #AA54BE

Tints of Deep Lilac #AA54BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 38.29%
G = 18.92%
B = 42.79%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA54BE (or 0xAA54BE) is known color: Deep Lilac. HEX triplet: AA, 54 and BE. RGB value is (170,84,190). Sum of RGB (Red+Green+Blue) = 170+84+190=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BE is #55AB41. Grayscale: #797979. Windows color (decimal): -5614402 or 12473514. OLE color: 12473514.

HSL color Cylindrical-coordinate representation of color #AA54BE: hue angle of 288.68º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA54BE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 84 190 -
CMYK 0.11 0.56 0 0.25
HSL 288.68º 0.45% 0.54% -
HSV(B) 288.68º 0.56% 0.75% -
XYZ 29.04 18.6 50.78 -
YUV 121.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 170 84 190 0.11 0.56 0 0.25 288.68 0.45 0.54
Hex AA 54 BE B 38 0 19 121 2D 36
Octal 252 124 276 13 70 0 31 441 55 66
Binary 10101010 1010100 10111110 1011 111000 0 11001 100100001 101101 110110

Color Harmonies of #AA54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54BE

Black with #AA54BE

Text Example


Text Example

White with #AA54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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