Html Css Color HEX #AB50BC Deep Lilac

📋 copy color: '#AB50BC'

red 171 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #AB50BC

Tints of Deep Lilac #AB50BC

RGB

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

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

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

R = 38.95%
G = 18.22%
B = 42.82%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB50BC (or 0xAB50BC) is known color: Deep Lilac. HEX triplet: AB, 50 and BC. RGB value is (171,80,188). Sum of RGB (Red+Green+Blue) = 171+80+188=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50BC is #54AF43. Grayscale: #777777. Windows color (decimal): -5549892 or 12341419. OLE color: 12341419.

HSL color Cylindrical-coordinate representation of color #AB50BC: hue angle of 290.56º 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 #AB50BC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 80 188 -
CMYK 0.09 0.57 0 0.26
HSL 290.56º 0.45% 0.53% -
HSV(B) 290.56º 0.57% 0.74% -
XYZ 28.74 18.03 49.54 -
YUV 119.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 171 80 188 0.09 0.57 0 0.26 290.56 0.45 0.53
Hex AB 50 BC 9 39 0 1A 123 2D 35
Octal 253 120 274 11 71 0 32 443 55 65
Binary 10101011 1010000 10111100 1001 111001 0 11010 100100011 101101 110101

Color Harmonies of #AB50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50BC

Black with #AB50BC

Text Example


Text Example

White with #AB50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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