#AC5796

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

Shades of Violet Blue #AC5796

Tints of Violet Blue #AC5796

Color information

#AC5796 (or 0xAC5796) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 96. RGB value is (172,87,150). Sum of RGB (Red+Green+Blue) = 172+87+150=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5796 is #53A869. Grayscale: #777777. Windows color (decimal): -5482602 or 9852844. OLE color: 9852844.

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

Color convert

RGB17287150-
CMYK00.490.130.33
HSL315.53º33.86%50.78%-
HSV(B)315.53º49.42%67.45%-
XYZ25.9317.7930.92-
YUV119.6145.16165.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=42.05%
G=21.27%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728715000.490.130.33315.5333.8650.78
HexAC5796031D2113c2233
Octal25412722606115414744263
Binary1010110010101111001011001100011101100001100111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5796; }

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

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

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

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

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

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

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

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