#AB58A1

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

Shades of Violet Blue #AB58A1

Tints of Violet Blue #AB58A1

Color information

#AB58A1 (or 0xAB58A1) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and A1. RGB value is (171,88,161). Sum of RGB (Red+Green+Blue) = 171+88+161=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A1 is #54A75E. Grayscale: #787878. Windows color (decimal): -5547871 or 10573995. OLE color: 10573995.

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

Color convert

RGB17188161-
CMYK00.490.060.33
HSL307.23º33.07%50.78%-
HSV(B)307.23º48.54%67.06%-
XYZ26.7218.2135.83-
YUV121.14150.5163.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=40.71%
G=20.95%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718816100.490.060.33307.2333.0750.78
HexAB58A10316211332133
Octal2531302410616414634163
Binary101010111011000101000010110001110100001100110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58A1; }

 p { color: rgb(171,88,161); }

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

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

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

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

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

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

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