#AB45BF

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

Shades of Deep Lilac #AB45BF

Tints of Deep Lilac #AB45BF

Color information

#AB45BF (or 0xAB45BF) is unknown color: approx Deep Lilac. HEX triplet: AB, 45 and BF. RGB value is (171,69,191). Sum of RGB (Red+Green+Blue) = 171+69+191=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45BF is #54BA40. Grayscale: #717171. Windows color (decimal): -5552705 or 12535211. OLE color: 12535211.

HSL color Cylindrical-coordinate representation of color #AB45BF: hue angle of 290.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB45BF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17169191-
CMYK0.100.6400.25
HSL290.16º48.8%50.98%-
HSV(B)290.16º63.87%74.9%-
XYZ28.3316.6851.02-
YUV113.41171.79169.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 191 (75% from 255) = 44.32%
R=39.68%
G=16.01%
B=44.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171691910.100.6400.25290.1648.850.98
HexAB45BFA400191223133
Octal253105277121000314426163
Binary1010101110001011011111110101000000011001100100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45BF; }

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

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

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

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

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

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

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

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