#AB5FC1

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

Shades of Deep Lilac #AB5FC1

Tints of Deep Lilac #AB5FC1

Color information

#AB5FC1 (or 0xAB5FC1) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and C1. RGB value is (171,95,193). Sum of RGB (Red+Green+Blue) = 171+95+193=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FC1 is #54A03E. Grayscale: #808080. Windows color (decimal): -5546047 or 12672939. OLE color: 12672939.

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

Color convert

RGB17195193-
CMYK0.110.5100.24
HSL286.53º44.14%56.47%-
HSV(B)286.53º50.78%75.69%-
XYZ30.5120.6952.84-
YUV128.9164.18158.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=37.25%
G=20.70%
B=42.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171951930.110.5100.24286.5344.1456.47
HexAB5FC1B3301811f2c38
Octal25313730113630304375470
Binary101010111011111110000011011110011011000100011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FC1; }

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

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

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

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

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

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

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

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