#AC5595

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

Shades of Violet Blue #AC5595

Tints of Violet Blue #AC5595

Color information

#AC5595 (or 0xAC5595) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and 95. RGB value is (172,85,149). Sum of RGB (Red+Green+Blue) = 172+85+149=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5595 is #53AA6A. Grayscale: #767676. Windows color (decimal): -5483115 or 9786796. OLE color: 9786796.

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

Color convert

RGB17285149-
CMYK00.510.130.33
HSL315.86º34.39%50.39%-
HSV(B)315.86º50.58%67.45%-
XYZ25.6917.4430.45-
YUV118.31145.32166.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=42.36%
G=20.94%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728514900.510.130.33315.8634.3950.39
HexAC5595033D2113c2232
Octal25412522506315414744262
Binary1010110010101011001010101100111101100001100111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5595; }

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

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

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

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

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

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

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

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