#AC4B97

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

Shades of Violet Blue #AC4B97

Tints of Violet Blue #AC4B97

Color information

#AC4B97 (or 0xAC4B97) is unknown color: approx Violet Blue. HEX triplet: AC, 4B and 97. RGB value is (172,75,151). Sum of RGB (Red+Green+Blue) = 172+75+151=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B97 is #53B468. Grayscale: #707070. Windows color (decimal): -5485673 or 9915308. OLE color: 9915308.

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

Color convert

RGB17275151-
CMYK00.560.120.33
HSL312.99º39.27%48.43%-
HSV(B)312.99º56.4%67.45%-
XYZ25.1216.0431.05-
YUV112.67149.64170.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=43.22%
G=18.84%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727515100.560.120.33312.9939.2748.43
HexAC4B97038C211392730
Octal25411322707014414714760
Binary1010110010010111001011101110001100100001100111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B97; }

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

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

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

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

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

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

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

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