#AB53A4

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

Shades of Violet Blue #AB53A4

Tints of Violet Blue #AB53A4

Color information

#AB53A4 (or 0xAB53A4) is unknown color: approx Violet Blue. HEX triplet: AB, 53 and A4. RGB value is (171,83,164). Sum of RGB (Red+Green+Blue) = 171+83+164=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53A4 is #54AC5B. Grayscale: #767676. Windows color (decimal): -5549148 or 10769323. OLE color: 10769323.

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

Color convert

RGB17183164-
CMYK00.510.040.33
HSL304.77º34.65%49.8%-
HSV(B)304.77º51.46%67.06%-
XYZ26.5917.5237.1-
YUV118.55153.65165.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=40.91%
G=19.86%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718316400.510.040.33304.7734.6549.8
HexAB53A40334211312332
Octal2531232440634414614362
Binary101010111010011101001000110011100100001100110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB53A4; }

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

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

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

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

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

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

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

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