Html Css Color HEX #AA54BC Deep Lilac

📋 copy color: '#AA54BC'

red 170 ◦ green 84 ◦ blue 188

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

Shades of Deep Lilac #AA54BC

Tints of Deep Lilac #AA54BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 38.46%
G = 19%
B = 42.53%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA54BC (or 0xAA54BC) is known color: Deep Lilac. HEX triplet: AA, 54 and BC. RGB value is (170,84,188). Sum of RGB (Red+Green+Blue) = 170+84+188=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BC is #55AB43. Grayscale: #797979. Windows color (decimal): -5614404 or 12342442. OLE color: 12342442.

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

Color convert

RGB 170 84 188 -
CMYK 0.10 0.55 0 0.26
HSL 289.62º 0.44% 0.53% -
HSV(B) 289.62º 0.55% 0.74% -
XYZ 28.82 18.52 49.63 -
YUV 121.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 170 84 188 0.10 0.55 0 0.26 289.62 0.44 0.53
Hex AA 54 BC A 37 0 1A 122 2C 35
Octal 252 124 274 12 67 0 32 442 54 65
Binary 10101010 1010100 10111100 1010 110111 0 11010 100100010 101100 110101

Color Harmonies of #AA54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54BC

Black with #AA54BC

Text Example


Text Example

White with #AA54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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