Html Css Color HEX #AA50BA Deep Lilac

📋 copy color: '#AA50BA'

red 170 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #AA50BA

Tints of Deep Lilac #AA50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 38.99%
G = 18.35%
B = 42.66%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA50BA (or 0xAA50BA) is known color: Deep Lilac. HEX triplet: AA, 50 and BA. RGB value is (170,80,186). Sum of RGB (Red+Green+Blue) = 170+80+186=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50BA is #55AF45. Grayscale: #767676. Windows color (decimal): -5615430 or 12210346. OLE color: 12210346.

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

Color convert

RGB 170 80 186 -
CMYK 0.09 0.57 0 0.27
HSL 290.94º 0.43% 0.52% -
HSV(B) 290.94º 0.57% 0.73% -
XYZ 28.31 17.83 48.4 -
YUV 118.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 170 80 186 0.09 0.57 0 0.27 290.94 0.43 0.52
Hex AA 50 BA 9 39 0 1B 123 2B 34
Octal 252 120 272 11 71 0 33 443 53 64
Binary 10101010 1010000 10111010 1001 111001 0 11011 100100011 101011 110100

Color Harmonies of #AA50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50BA

Black with #AA50BA

Text Example


Text Example

White with #AA50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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