#AB58AD

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

Shades of Violet Blue #AB58AD

Tints of Violet Blue #AB58AD

Color information

#AB58AD (or 0xAB58AD) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and AD. RGB value is (171,88,173). Sum of RGB (Red+Green+Blue) = 171+88+173=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AD is #54A752. Grayscale: #7A7A7A. Windows color (decimal): -5547859 or 11360427. OLE color: 11360427.

HSL color Cylindrical-coordinate representation of color #AB58AD: hue angle of 298.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB58AD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17188173-
CMYK0.010.4900.32
HSL298.59º34.14%51.18%-
HSV(B)298.59º49.13%67.84%-
XYZ27.8318.6541.67-
YUV122.51156.5162.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=39.58%
G=20.37%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171881730.010.4900.32298.5934.1451.18
HexAB58AD13102012b2233
Octal2531302551610404534263
Binary1010101110110001010110111100010100000100101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58AD; }

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

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

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

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

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

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

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

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