Html Css Color HEX #AA53BA Deep Lilac

📋 copy color: '#AA53BA'

red 170 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #AA53BA

Tints of Deep Lilac #AA53BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 38.72%
G = 18.91%
B = 42.37%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA53BA (or 0xAA53BA) is known color: Deep Lilac. HEX triplet: AA, 53 and BA. RGB value is (170,83,186). Sum of RGB (Red+Green+Blue) = 170+83+186=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53BA is #55AC45. Grayscale: #787878. Windows color (decimal): -5614662 or 12211114. OLE color: 12211114.

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

Color convert

RGB 170 83 186 -
CMYK 0.09 0.55 0 0.27
HSL 290.68º 0.43% 0.53% -
HSV(B) 290.68º 0.55% 0.73% -
XYZ 28.53 18.28 48.48 -
YUV 120.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 170 83 186 0.09 0.55 0 0.27 290.68 0.43 0.53
Hex AA 53 BA 9 37 0 1B 123 2B 35
Octal 252 123 272 11 67 0 33 443 53 65
Binary 10101010 1010011 10111010 1001 110111 0 11011 100100011 101011 110101

Color Harmonies of #AA53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53BA

Black with #AA53BA

Text Example


Text Example

White with #AA53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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