#AC5197

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

Shades of Violet Blue #AC5197

Tints of Violet Blue #AC5197

Color information

#AC5197 (or 0xAC5197) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and 97. RGB value is (172,81,151). Sum of RGB (Red+Green+Blue) = 172+81+151=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5197 is #53AE68. Grayscale: #747474. Windows color (decimal): -5484137 or 9916844. OLE color: 9916844.

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

Color convert

RGB17281151-
CMYK00.530.120.33
HSL313.85º35.97%49.61%-
HSV(B)313.85º52.91%67.45%-
XYZ25.5416.8931.19-
YUV116.19147.65167.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=42.57%
G=20.05%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728115100.530.120.33313.8535.9749.61
HexAC5197035C2113a2432
Octal25412122706514414724462
Binary1010110010100011001011101101011100100001100111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5197; }

 p { color: rgb(172,81,151); }

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

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

 a { background-color: rgb(172,81,151); }

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

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

 span { border-color: rgb(172,81,151); }

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