#AC5594

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

Shades of Violet Blue #AC5594

Tints of Violet Blue #AC5594

Color information

#AC5594 (or 0xAC5594) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and 94. RGB value is (172,85,148). Sum of RGB (Red+Green+Blue) = 172+85+148=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5594 is #53AA6B. Grayscale: #767676. Windows color (decimal): -5483116 or 9721260. OLE color: 9721260.

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

Color convert

RGB17285148-
CMYK00.510.140.33
HSL316.55º34.39%50.39%-
HSV(B)316.55º50.58%67.45%-
XYZ25.6117.4130.03-
YUV118.2144.82166.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=42.47%
G=20.99%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728514800.510.140.33316.5534.3950.39
HexAC5594033E2113d2232
Octal25412522406316414754262
Binary1010110010101011001010001100111110100001100111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5594; }

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

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

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

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

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

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

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

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