#ab53ab

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

Shades of Violet Blue #AB53AB

Tints of Violet Blue #AB53AB

Color information

#AB53AB (or 0xAB53AB) is unknown color: approx Violet Blue. HEX triplet: AB, 53 and AB. RGB value is (171,83,171). Sum of RGB (Red+Green+Blue) = 171+83+171=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53AB is #54AC54. Grayscale: #777777. Windows color (decimal): -5549141 or 11228075. OLE color: 11228075.

HSL color Cylindrical-coordinate representation of color #AB53AB: hue angle of 300º 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 #AB53AB is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17183171-
CMYK00.5100.33
HSL300º34.65%49.8%-
HSV(B)300º51.46%67.06%-
XYZ27.2417.7840.53-
YUV119.34157.15164.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 83 (32.81% from 255) = 19.53%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=40.24%
G=19.53%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718317100.5100.3330034.6549.8
HexAB53AB03302112c2332
Octal2531232530630414544362
Binary1010101110100111010101101100110100001100101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab53ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab53ab; }

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

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

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

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

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

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

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

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