#AB5FBF

Color #AB5FBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AB5FBF

Tints of Deep Lilac #AB5FBF

Color information

#AB5FBF (or 0xAB5FBF) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and BF. RGB value is (171,95,191). Sum of RGB (Red+Green+Blue) = 171+95+191=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBF is #54A040. Grayscale: #808080. Windows color (decimal): -5546049 or 12541867. OLE color: 12541867.

HSL color Cylindrical-coordinate representation of color #AB5FBF: hue angle of 287.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5FBF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17195191-
CMYK0.100.5000.25
HSL287.5º42.86%56.08%-
HSV(B)287.5º50.26%74.9%-
XYZ30.2920.651.67-
YUV128.67163.18158.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 191 (75% from 255) = 41.79%
R=37.42%
G=20.79%
B=41.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171951910.100.5000.25287.542.8656.08
HexAB5FBFA320191202b38
Octal25313727712620314405370
Binary101010111011111101111111010110010011001100100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FBF; }

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

 H1.HeaderClassName
 {
   color: #AB5FBF;
 }
 .AnyTagClassName
 {
   color: #AB5FBF;
 }
</style>
background-color css

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

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

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

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

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

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