#AC589F

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

Shades of Violet Blue #AC589F

Tints of Violet Blue #AC589F

Color information

#AC589F (or 0xAC589F) is unknown color: approx Violet Blue. HEX triplet: AC, 58 and 9F. RGB value is (172,88,159). Sum of RGB (Red+Green+Blue) = 172+88+159=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589F is #53A760. Grayscale: #797979. Windows color (decimal): -5482337 or 10442924. OLE color: 10442924.

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

Color convert

RGB17288159-
CMYK00.490.080.33
HSL309.29º33.6%50.98%-
HSV(B)309.29º48.84%67.45%-
XYZ26.7618.2534.91-
YUV121.21149.33164.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=41.05%
G=21.00%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728815900.490.080.33309.2933.650.98
HexAC589F0318211352233
Octal25413023706110414654263
Binary1010110010110001001111101100011000100001100110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC589F; }

 p { color: rgb(172,88,159); }

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

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

 a { background-color: rgb(172,88,159); }

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

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

 span { border-color: rgb(172,88,159); }

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