#AC5795

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

Shades of Violet Blue #AC5795

Tints of Violet Blue #AC5795

Color information

#AC5795 (or 0xAC5795) is unknown color: approx Violet Blue. HEX triplet: AC, 57 and 95. RGB value is (172,87,149). Sum of RGB (Red+Green+Blue) = 172+87+149=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5795 is #53A86A. Grayscale: #777777. Windows color (decimal): -5482603 or 9787308. OLE color: 9787308.

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

Color convert

RGB17287149-
CMYK00.490.130.33
HSL316.24º33.86%50.78%-
HSV(B)316.24º49.42%67.45%-
XYZ25.8517.7630.5-
YUV119.48144.66165.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=42.16%
G=21.32%
B=36.52%

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
Decimal1728714900.490.130.33316.2433.8650.78
HexAC5795031D2113c2233
Octal25412722506115414744263
Binary1010110010101111001010101100011101100001100111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5795; }

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

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

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

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

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

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

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

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