#AC4A97

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

Shades of Violet Blue #AC4A97

Tints of Violet Blue #AC4A97

Color information

#AC4A97 (or 0xAC4A97) is unknown color: approx Violet Blue. HEX triplet: AC, 4A and 97. RGB value is (172,74,151). Sum of RGB (Red+Green+Blue) = 172+74+151=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A97 is #53B568. Grayscale: #6F6F6F. Windows color (decimal): -5485929 or 9915052. OLE color: 9915052.

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

Color convert

RGB17274151-
CMYK00.570.120.33
HSL312.86º39.84%48.24%-
HSV(B)312.86º56.98%67.45%-
XYZ25.0515.931.03-
YUV112.08149.97170.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=43.32%
G=18.64%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727415100.570.120.33312.8639.8448.24
HexAC4A97039C211392830
Octal25411222707114414715060
Binary1010110010010101001011101110011100100001100111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A97; }

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

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

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

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

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

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

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

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