#AB52C1

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

Shades of Deep Lilac #AB52C1

Tints of Deep Lilac #AB52C1

Color information

#AB52C1 (or 0xAB52C1) is unknown color: approx Deep Lilac. HEX triplet: AB, 52 and C1. RGB value is (171,82,193). Sum of RGB (Red+Green+Blue) = 171+82+193=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB52C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52C1 is #54AD3E. Grayscale: #787878. Windows color (decimal): -5549375 or 12669611. OLE color: 12669611.

HSL color Cylindrical-coordinate representation of color #AB52C1: hue angle of 288.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB52C1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17182193-
CMYK0.110.5800.24
HSL288.11º47.23%53.92%-
HSV(B)288.11º57.51%75.69%-
XYZ29.4418.5452.48-
YUV121.27168.49163.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 82 (32.42% from 255) = 18.39%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=38.34%
G=18.39%
B=43.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171821930.110.5800.24288.1147.2353.92
HexAB52C1B3A0181202f36
Octal25312230113720304405766
Binary101010111010010110000011011111010011000100100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52C1; }

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

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

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

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

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

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

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

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