Html Css Color HEX #AB50C0 Deep Lilac

📋 copy color: '#AB50C0'

red 171 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #AB50C0

Tints of Deep Lilac #AB50C0

RGB

 RED value IS 171 (67.19% from 255) = 38.6%

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 38.6%
G = 18.06%
B = 43.34%

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

#AB50C0 (or 0xAB50C0) is known color: Deep Lilac. HEX triplet: AB, 50 and C0. RGB value is (171,80,192). Sum of RGB (Red+Green+Blue) = 171+80+192=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50C0 is #54AF3F. Grayscale: #777777. Windows color (decimal): -5549888 or 12603563. OLE color: 12603563.

HSL color Cylindrical-coordinate representation of color #AB50C0: hue angle of 288.75º degrees, saturation: 0.47, 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 #AB50C0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 80 192 -
CMYK 0.11 0.58 0 0.25
HSL 288.75º 0.47% 0.53% -
HSV(B) 288.75º 0.58% 0.75% -
XYZ 29.18 18.2 51.84 -
YUV 119.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 171 80 192 0.11 0.58 0 0.25 288.75 0.47 0.53
Hex AB 50 C0 B 3A 0 19 121 2F 35
Octal 253 120 300 13 72 0 31 441 57 65
Binary 10101011 1010000 11000000 1011 111010 0 11001 100100001 101111 110101

Color Harmonies of #AB50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50C0

Black with #AB50C0

Text Example


Text Example

White with #AB50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50C0; }

 p { color: rgb(171,80,192); }

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

background-color css

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

 a { background-color: rgb(171,80,192); }

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

border-color css

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

 span { border-color: rgb(171,80,192); }

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