#AB61BA

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

Shades of Deep Lilac #AB61BA

Tints of Deep Lilac #AB61BA

Color information

#AB61BA (or 0xAB61BA) is unknown color: approx Deep Lilac. HEX triplet: AB, 61 and BA. RGB value is (171,97,186). Sum of RGB (Red+Green+Blue) = 171+97+186=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BA is #549E45. Grayscale: #808080. Windows color (decimal): -5545542 or 12214699. OLE color: 12214699.

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

Color convert

RGB17197186-
CMYK0.080.4800.27
HSL289.89º39.21%55.49%-
HSV(B)289.89º47.85%72.94%-
XYZ29.9320.7548.88-
YUV129.27160.02157.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=37.67%
G=21.37%
B=40.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171971860.080.4800.27289.8939.2155.49
HexAB61BA83001B1222737
Octal25314127210600334424767
Binary101010111100001101110101000110000011011100100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61BA; }

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

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

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

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

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

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

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

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