#AC5999

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

Shades of Violet Blue #AC5999

Tints of Violet Blue #AC5999

Color information

#AC5999 (or 0xAC5999) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and 99. RGB value is (172,89,153). Sum of RGB (Red+Green+Blue) = 172+89+153=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5999 is #53A666. Grayscale: #787878. Windows color (decimal): -5482087 or 10049964. OLE color: 10049964.

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

Color convert

RGB17289153-
CMYK00.480.110.33
HSL313.73º33.33%51.18%-
HSV(B)313.73º48.26%67.45%-
XYZ26.3418.2232.26-
YUV121.11146164.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=41.55%
G=21.50%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728915300.480.110.33313.7333.3351.18
HexAC5999030B2113a2133
Octal25413123106013414724163
Binary1010110010110011001100101100001011100001100111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5999; }

 p { color: rgb(172,89,153); }

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

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

 a { background-color: rgb(172,89,153); }

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

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

 span { border-color: rgb(172,89,153); }

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