#AB61BC

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

Shades of Deep Lilac #AB61BC

Tints of Deep Lilac #AB61BC

Color information

#AB61BC (or 0xAB61BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 61 and BC. RGB value is (171,97,188). Sum of RGB (Red+Green+Blue) = 171+97+188=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BC is #549E43. Grayscale: #818181. Windows color (decimal): -5545540 or 12345771. OLE color: 12345771.

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

Color convert

RGB17197188-
CMYK0.090.4800.26
HSL288.79º40.44%55.88%-
HSV(B)288.79º48.4%73.73%-
XYZ30.1520.8450.01-
YUV129.5161.02157.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=37.5%
G=21.27%
B=41.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171971880.090.4800.26288.7940.4455.88
HexAB61BC93001A1212838
Octal25314127411600324415070
Binary101010111100001101111001001110000011010100100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61BC; }

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

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

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

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

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

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

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

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