#AB58A6

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

Shades of Violet Blue #AB58A6

Tints of Violet Blue #AB58A6

Color information

#AB58A6 (or 0xAB58A6) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and A6. RGB value is (171,88,166). Sum of RGB (Red+Green+Blue) = 171+88+166=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A6 is #54A759. Grayscale: #797979. Windows color (decimal): -5547866 or 10901675. OLE color: 10901675.

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

Color convert

RGB17188166-
CMYK00.490.030.33
HSL303.61º33.07%50.78%-
HSV(B)303.61º48.54%67.06%-
XYZ27.1718.3938.19-
YUV121.71153163.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=40.24%
G=20.71%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718816600.490.030.33303.6133.0750.78
HexAB58A60313211302133
Octal2531302460613414604163
Binary10101011101100010100110011000111100001100110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58A6; }

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

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

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

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

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

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

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

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