#AC4899

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

Shades of Violet Blue #AC4899

Tints of Violet Blue #AC4899

Color information

#AC4899 (or 0xAC4899) is unknown color: approx Violet Blue. HEX triplet: AC, 48 and 99. RGB value is (172,72,153). Sum of RGB (Red+Green+Blue) = 172+72+153=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4899 is #53B766. Grayscale: #6E6E6E. Windows color (decimal): -5486439 or 10045612. OLE color: 10045612.

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

Color convert

RGB17272153-
CMYK00.580.110.33
HSL311.4º40.98%47.84%-
HSV(B)311.4º58.14%67.45%-
XYZ25.0815.7131.85-
YUV111.13151.63171.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=43.32%
G=18.14%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727215300.580.110.33311.440.9847.84
HexAC489903AB211372930
Octal25411023107213414675160
Binary1010110010010001001100101110101011100001100110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4899; }

 p { color: rgb(172,72,153); }

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

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

 a { background-color: rgb(172,72,153); }

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

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

 span { border-color: rgb(172,72,153); }

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