#AB53BE

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

Shades of Deep Lilac #AB53BE

Tints of Deep Lilac #AB53BE

Color information

#AB53BE (or 0xAB53BE) is unknown color: approx Deep Lilac. HEX triplet: AB, 53 and BE. RGB value is (171,83,190). Sum of RGB (Red+Green+Blue) = 171+83+190=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53BE is #54AC41. Grayscale: #797979. Windows color (decimal): -5549122 or 12473259. OLE color: 12473259.

HSL color Cylindrical-coordinate representation of color #AB53BE: hue angle of 289.35º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB53BE is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17183190-
CMYK0.100.5600.25
HSL289.35º45.15%53.53%-
HSV(B)289.35º56.32%74.51%-
XYZ29.1818.5650.76-
YUV121.51166.65163.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=38.51%
G=18.69%
B=42.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171831900.100.5600.25289.3545.1553.53
HexAB53BEA380191212d36
Octal25312327612700314415566
Binary101010111010011101111101010111000011001100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB53BE; }

 p { color: rgb(171,83,190); }

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

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

 a { background-color: rgb(171,83,190); }

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

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

 span { border-color: rgb(171,83,190); }

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