#AB60C1

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

Shades of Deep Lilac #AB60C1

Tints of Deep Lilac #AB60C1

Color information

#AB60C1 (or 0xAB60C1) is unknown color: approx Deep Lilac. HEX triplet: AB, 60 and C1. RGB value is (171,96,193). Sum of RGB (Red+Green+Blue) = 171+96+193=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60C1 is #549F3E. Grayscale: #818181. Windows color (decimal): -5545791 or 12673195. OLE color: 12673195.

HSL color Cylindrical-coordinate representation of color #AB60C1: hue angle of 286.39º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB60C1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17196193-
CMYK0.110.5000.24
HSL286.39º43.89%56.67%-
HSV(B)286.39º50.26%75.69%-
XYZ30.620.8752.87-
YUV129.48163.85157.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=37.17%
G=20.87%
B=41.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171961930.110.5000.24286.3943.8956.67
HexAB60C1B3201811e2c39
Octal25314030113620304365471
Binary101010111100000110000011011110010011000100011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60C1; }

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

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

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

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

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

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

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

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