#AB5ABD

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

Shades of Deep Lilac #AB5ABD

Tints of Deep Lilac #AB5ABD

Color information

#AB5ABD (or 0xAB5ABD) is unknown color: approx Deep Lilac. HEX triplet: AB, 5A and BD. RGB value is (171,90,189). Sum of RGB (Red+Green+Blue) = 171+90+189=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ABD is #54A542. Grayscale: #7D7D7D. Windows color (decimal): -5547331 or 12409515. OLE color: 12409515.

HSL color Cylindrical-coordinate representation of color #AB5ABD: hue angle of 289.09º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5ABD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17190189-
CMYK0.100.5200.26
HSL289.09º42.86%54.71%-
HSV(B)289.09º52.38%74.12%-
XYZ29.6419.6450.37-
YUV125.5163.84160.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 42%
R=38%
G=20%
B=42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171901890.100.5200.26289.0942.8654.71
HexAB5ABDA3401A1212b37
Octal25313227512640324415367
Binary101010111011010101111011010110100011010100100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ABD; }

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

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

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

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

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

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

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

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