#AB5AC1

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

Shades of Deep Lilac #AB5AC1

Tints of Deep Lilac #AB5AC1

Color information

#AB5AC1 (or 0xAB5AC1) is unknown color: approx Deep Lilac. HEX triplet: AB, 5A and C1. RGB value is (171,90,193). Sum of RGB (Red+Green+Blue) = 171+90+193=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB5AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AC1 is #54A53E. Grayscale: #7D7D7D. Windows color (decimal): -5547327 or 12671659. OLE color: 12671659.

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

Color convert

RGB17190193-
CMYK0.110.5300.24
HSL287.18º45.37%55.49%-
HSV(B)287.18º53.37%75.69%-
XYZ30.0819.8252.69-
YUV125.96165.84160.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=37.67%
G=19.82%
B=42.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171901930.110.5300.24287.1845.3755.49
HexAB5AC1B3501811f2d37
Octal25313230113650304375567
Binary101010111011010110000011011110101011000100011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AC1; }

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

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

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

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

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

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

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

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