#AC5799

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

Shades of Violet Blue #AC5799

Tints of Violet Blue #AC5799

Color information

#AC5799 (or 0xAC5799) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 99. RGB value is (172,87,153). Sum of RGB (Red+Green+Blue) = 172+87+153=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5799 is #53A866. Grayscale: #777777. Windows color (decimal): -5482599 or 10049452. OLE color: 10049452.

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

Color convert

RGB17287153-
CMYK00.490.110.33
HSL313.41º33.86%50.78%-
HSV(B)313.41º49.42%67.45%-
XYZ26.1717.8932.21-
YUV119.94146.66165.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 87 (34.38% from 255) = 21.12%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=41.75%
G=21.12%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728715300.490.110.33313.4133.8650.78
HexAC5799031B211392233
Octal25412723106113414714263
Binary1010110010101111001100101100011011100001100111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5799; }

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

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

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

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

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

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

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

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