Html Css Color HEX #AA50BC Deep Lilac

📋 copy color: '#AA50BC'

red 170 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #AA50BC

Tints of Deep Lilac #AA50BC

RGB

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

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

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

R = 38.81%
G = 18.26%
B = 42.92%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA50BC (or 0xAA50BC) is known color: Deep Lilac. HEX triplet: AA, 50 and BC. RGB value is (170,80,188). Sum of RGB (Red+Green+Blue) = 170+80+188=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50BC is #55AF43. Grayscale: #767676. Windows color (decimal): -5615428 or 12341418. OLE color: 12341418.

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

Color convert

RGB 170 80 188 -
CMYK 0.10 0.57 0 0.26
HSL 290º 0.45% 0.53% -
HSV(B) 290º 0.57% 0.74% -
XYZ 28.52 17.91 49.53 -
YUV 119.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 170 80 188 0.10 0.57 0 0.26 290 0.45 0.53
Hex AA 50 BC A 39 0 1A 122 2D 35
Octal 252 120 274 12 71 0 32 442 55 65
Binary 10101010 1010000 10111100 1010 111001 0 11010 100100010 101101 110101

Color Harmonies of #AA50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50BC

Black with #AA50BC

Text Example


Text Example

White with #AA50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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