#AC5599

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

Shades of Violet Blue #AC5599

Tints of Violet Blue #AC5599

Color information

#AC5599 (or 0xAC5599) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and 99. RGB value is (172,85,153). Sum of RGB (Red+Green+Blue) = 172+85+153=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5599 is #53AA66. Grayscale: #767676. Windows color (decimal): -5483111 or 10048940. OLE color: 10048940.

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

Color convert

RGB17285153-
CMYK00.510.110.33
HSL313.1º34.39%50.39%-
HSV(B)313.1º50.58%67.45%-
XYZ26.0117.5732.16-
YUV118.76147.32165.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=41.95%
G=20.73%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728515300.510.110.33313.134.3950.39
HexAC5599033B211392232
Octal25412523106313414714262
Binary1010110010101011001100101100111011100001100111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5599; }

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

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

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

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

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

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

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

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