#AB5FBC

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

Shades of Deep Lilac #AB5FBC

Tints of Deep Lilac #AB5FBC

Color information

#AB5FBC (or 0xAB5FBC) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and BC. RGB value is (171,95,188). Sum of RGB (Red+Green+Blue) = 171+95+188=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB5FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBC is #54A043. Grayscale: #808080. Windows color (decimal): -5546052 or 12345259. OLE color: 12345259.

HSL color Cylindrical-coordinate representation of color #AB5FBC: hue angle of 289.03º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5FBC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17195188-
CMYK0.090.4900.26
HSL289.03º40.97%55.49%-
HSV(B)289.03º49.47%73.73%-
XYZ29.9620.4749.95-
YUV128.33161.68158.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=37.67%
G=20.93%
B=41.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171951880.090.4900.26289.0340.9755.49
HexAB5FBC93101A1212937
Octal25313727411610324415167
Binary101010111011111101111001001110001011010100100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FBC; }

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

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

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

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

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

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

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

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