#AB5DC3

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

Shades of Deep Lilac #AB5DC3

Tints of Deep Lilac #AB5DC3

Color information

#AB5DC3 (or 0xAB5DC3) is unknown color: approx Deep Lilac. HEX triplet: AB, 5D and C3. RGB value is (171,93,195). Sum of RGB (Red+Green+Blue) = 171+93+195=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB5DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DC3 is #54A23C. Grayscale: #7F7F7F. Windows color (decimal): -5546557 or 12803499. OLE color: 12803499.

HSL color Cylindrical-coordinate representation of color #AB5DC3: hue angle of 285.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5DC3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17193195-
CMYK0.120.5200.24
HSL285.88º45.95%56.47%-
HSV(B)285.88º52.31%76.47%-
XYZ30.5620.4353.96-
YUV127.95165.84158.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=37.25%
G=20.26%
B=42.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171931950.120.5200.24285.8845.9556.47
HexAB5DC3C3401811e2e38
Octal25313530314640304365670
Binary101010111011101110000111100110100011000100011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DC3; }

 p { color: rgb(171,93,195); }

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

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

 a { background-color: rgb(171,93,195); }

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

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

 span { border-color: rgb(171,93,195); }

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