Html Css Color HEX #AA54C0 Deep Lilac

📋 copy color: '#AA54C0'

red 170 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #AA54C0

Tints of Deep Lilac #AA54C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 38.12%
G = 18.83%
B = 43.05%

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

#AA54C0 (or 0xAA54C0) is known color: Deep Lilac. HEX triplet: AA, 54 and C0. RGB value is (170,84,192). Sum of RGB (Red+Green+Blue) = 170+84+192=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54C0 is #55AB3F. Grayscale: #797979. Windows color (decimal): -5614400 or 12604586. OLE color: 12604586.

HSL color Cylindrical-coordinate representation of color #AA54C0: hue angle of 287.78º degrees, saturation: 0.46, 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 #AA54C0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 84 192 -
CMYK 0.11 0.56 0 0.25
HSL 287.78º 0.46% 0.54% -
HSV(B) 287.78º 0.56% 0.75% -
XYZ 29.26 18.69 51.93 -
YUV 122.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 170 84 192 0.11 0.56 0 0.25 287.78 0.46 0.54
Hex AA 54 C0 B 38 0 19 120 2E 36
Octal 252 124 300 13 70 0 31 440 56 66
Binary 10101010 1010100 11000000 1011 111000 0 11001 100100000 101110 110110

Color Harmonies of #AA54C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54C0

Black with #AA54C0

Text Example


Text Example

White with #AA54C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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