Html Css Color HEX #AA50BE Deep Lilac

📋 copy color: '#AA50BE'

red 170 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #AA50BE

Tints of Deep Lilac #AA50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 38.64%
G = 18.18%
B = 43.18%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA50BE (or 0xAA50BE) is known color: Deep Lilac. HEX triplet: AA, 50 and BE. RGB value is (170,80,190). Sum of RGB (Red+Green+Blue) = 170+80+190=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50BE is #55AF41. Grayscale: #777777. Windows color (decimal): -5615426 or 12472490. OLE color: 12472490.

HSL color Cylindrical-coordinate representation of color #AA50BE: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA50BE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 80 190 -
CMYK 0.11 0.58 0 0.25
HSL 289.09º 0.46% 0.53% -
HSV(B) 289.09º 0.58% 0.75% -
XYZ 28.74 18 50.67 -
YUV 119.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 170 80 190 0.11 0.58 0 0.25 289.09 0.46 0.53
Hex AA 50 BE B 3A 0 19 121 2E 35
Octal 252 120 276 13 72 0 31 441 56 65
Binary 10101010 1010000 10111110 1011 111010 0 11001 100100001 101110 110101

Color Harmonies of #AA50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50BE

Black with #AA50BE

Text Example


Text Example

White with #AA50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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