#AB5FBA

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

Shades of Deep Lilac #AB5FBA

Tints of Deep Lilac #AB5FBA

Color information

#AB5FBA (or 0xAB5FBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and BA. RGB value is (171,95,186). Sum of RGB (Red+Green+Blue) = 171+95+186=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBA is #54A045. Grayscale: #7F7F7F. Windows color (decimal): -5546054 or 12214187. OLE color: 12214187.

HSL color Cylindrical-coordinate representation of color #AB5FBA: hue angle of 290.11º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5FBA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17195186-
CMYK0.080.4900.27
HSL290.11º39.74%55.1%-
HSV(B)290.11º48.92%72.94%-
XYZ29.7520.3948.82-
YUV128.1160.68158.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=37.83%
G=21.02%
B=41.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171951860.080.4900.27290.1139.7455.1
HexAB5FBA83101B1222837
Octal25313727210610334425067
Binary101010111011111101110101000110001011011100100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FBA; }

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

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

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

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

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

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

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

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