Html Css Color HEX #AB50BF Deep Lilac

📋 copy color: '#AB50BF'

red 171 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #AB50BF

Tints of Deep Lilac #AB50BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.21%

R = 38.69%
G = 18.1%
B = 43.21%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB50BF (or 0xAB50BF) is known color: Deep Lilac. HEX triplet: AB, 50 and BF. RGB value is (171,80,191). Sum of RGB (Red+Green+Blue) = 171+80+191=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50BF is #54AF40. Grayscale: #777777. Windows color (decimal): -5549889 or 12538027. OLE color: 12538027.

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

Color convert

RGB 171 80 191 -
CMYK 0.10 0.58 0 0.25
HSL 289.19º 0.46% 0.53% -
HSV(B) 289.19º 0.58% 0.75% -
XYZ 29.07 18.16 51.26 -
YUV 119.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 171 80 191 0.10 0.58 0 0.25 289.19 0.46 0.53
Hex AB 50 BF A 3A 0 19 121 2E 35
Octal 253 120 277 12 72 0 31 441 56 65
Binary 10101011 1010000 10111111 1010 111010 0 11001 100100001 101110 110101

Color Harmonies of #AB50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50BF

Black with #AB50BF

Text Example


Text Example

White with #AB50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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