Html Css Color HEX #AA53BB Deep Lilac

📋 copy color: '#AA53BB'

red 170 ◦ green 83 ◦ blue 187

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

Shades of Deep Lilac #AA53BB

Tints of Deep Lilac #AA53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 38.64%
G = 18.86%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA53BB (or 0xAA53BB) is known color: Deep Lilac. HEX triplet: AA, 53 and BB. RGB value is (170,83,187). Sum of RGB (Red+Green+Blue) = 170+83+187=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA53BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53BB is #55AC44. Grayscale: #787878. Windows color (decimal): -5614661 or 12276650. OLE color: 12276650.

HSL color Cylindrical-coordinate representation of color #AA53BB: hue angle of 290.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA53BB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 83 187 -
CMYK 0.09 0.56 0 0.27
HSL 290.19º 0.43% 0.53% -
HSV(B) 290.19º 0.56% 0.73% -
XYZ 28.64 18.32 49.04 -
YUV 120.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 170 83 187 0.09 0.56 0 0.27 290.19 0.43 0.53
Hex AA 53 BB 9 38 0 1B 122 2B 35
Octal 252 123 273 11 70 0 33 442 53 65
Binary 10101010 1010011 10111011 1001 111000 0 11011 100100010 101011 110101

Color Harmonies of #AA53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53BB

Black with #AA53BB

Text Example


Text Example

White with #AA53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53BB; }

 p { color: rgb(170,83,187); }

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

background-color css

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

 a { background-color: rgb(170,83,187); }

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

border-color css

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

 span { border-color: rgb(170,83,187); }

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