#AB53A8

Color #AB53A8 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB53A8

Tints of Violet Blue #AB53A8

Color information

#AB53A8 (or 0xAB53A8) is unknown color: approx Violet Blue. HEX triplet: AB, 53 and A8. RGB value is (171,83,168). Sum of RGB (Red+Green+Blue) = 171+83+168=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53A8 is #54AC57. Grayscale: #767676. Windows color (decimal): -5549144 or 11031467. OLE color: 11031467.

HSL color Cylindrical-coordinate representation of color #AB53A8: hue angle of 302.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB53A8 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17183168-
CMYK00.510.020.33
HSL302.05º34.65%49.8%-
HSV(B)302.05º51.46%67.06%-
XYZ26.9617.6739.04-
YUV119155.65165.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=40.52%
G=19.67%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718316800.510.020.33302.0534.6549.8
HexAB53A803322112e2332
Octal2531232500632414564362
Binary10101011101001110101000011001110100001100101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB53A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB53A8; }

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

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

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

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

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

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

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

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