#ab53a7

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

Shades of Violet Blue #AB53A7

Tints of Violet Blue #AB53A7

Color information

#AB53A7 (or 0xAB53A7) is unknown color: approx Violet Blue. HEX triplet: AB, 53 and A7. RGB value is (171,83,167). Sum of RGB (Red+Green+Blue) = 171+83+167=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53A7 is #54AC58. Grayscale: #767676. Windows color (decimal): -5549145 or 10965931. OLE color: 10965931.

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

Color convert

RGB17183167-
CMYK00.510.020.33
HSL302.73º34.65%49.8%-
HSV(B)302.73º51.46%67.06%-
XYZ26.8617.6338.55-
YUV118.89155.15165.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=40.62%
G=19.71%
B=39.67%

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
Decimal1718316700.510.020.33302.7334.6549.8
HexAB53A703322112f2332
Octal2531232470632414574362
Binary10101011101001110100111011001110100001100101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab53a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab53a7; }

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

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

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

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

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

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

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

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