#AB53B7

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

Shades of Deep Lilac #AB53B7

Tints of Deep Lilac #AB53B7

Color information

#AB53B7 (or 0xAB53B7) is unknown color: approx Deep Lilac. HEX triplet: AB, 53 and B7. RGB value is (171,83,183). Sum of RGB (Red+Green+Blue) = 171+83+183=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB53B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53B7 is #54AC48. Grayscale: #787878. Windows color (decimal): -5549129 or 12014507. OLE color: 12014507.

HSL color Cylindrical-coordinate representation of color #AB53B7: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB53B7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17183183-
CMYK0.070.5500.28
HSL292.8º40.98%52.16%-
HSV(B)292.8º54.64%71.76%-
XYZ28.4418.2646.83-
YUV120.71163.15163.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=39.13%
G=18.99%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171831830.070.5500.28292.840.9852.16
HexAB53B773701C1252934
Octal2531232677670344455164
Binary10101011101001110110111111110111011100100100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB53B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB53B7; }

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

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

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

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

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

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

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

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