#AB60BB

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

Shades of Deep Lilac #AB60BB

Tints of Deep Lilac #AB60BB

Color information

#AB60BB (or 0xAB60BB) is unknown color: approx Deep Lilac. HEX triplet: AB, 60 and BB. RGB value is (171,96,187). Sum of RGB (Red+Green+Blue) = 171+96+187=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60BB is #549F44. Grayscale: #808080. Windows color (decimal): -5545797 or 12279979. OLE color: 12279979.

HSL color Cylindrical-coordinate representation of color #AB60BB: hue angle of 289.45º 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 #AB60BB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17196187-
CMYK0.090.4900.27
HSL289.45º40.09%55.49%-
HSV(B)289.45º48.66%73.33%-
XYZ29.9520.6149.41-
YUV128.8160.85158.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=37.67%
G=21.15%
B=41.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171961870.090.4900.27289.4540.0955.49
HexAB60BB93101B1212837
Octal25314027311610334415067
Binary101010111100000101110111001110001011011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60BB; }

 p { color: rgb(171,96,187); }

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

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

 a { background-color: rgb(171,96,187); }

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

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

 span { border-color: rgb(171,96,187); }

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