#AB60BD

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

Shades of Deep Lilac #AB60BD

Tints of Deep Lilac #AB60BD

Color information

#AB60BD (or 0xAB60BD) is unknown color: approx Deep Lilac. HEX triplet: AB, 60 and BD. RGB value is (171,96,189). Sum of RGB (Red+Green+Blue) = 171+96+189=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60BD is #549F42. Grayscale: #808080. Windows color (decimal): -5545795 or 12411051. OLE color: 12411051.

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

Color convert

RGB17196189-
CMYK0.100.4900.26
HSL288.39º41.33%55.88%-
HSV(B)288.39º49.21%74.12%-
XYZ30.1620.750.55-
YUV129.03161.85157.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=37.5%
G=21.05%
B=41.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171961890.100.4900.26288.3941.3355.88
HexAB60BDA3101A1202938
Octal25314027512610324405170
Binary101010111100000101111011010110001011010100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60BD; }

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

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

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

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

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

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

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

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