#AC519F

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

Shades of Violet Blue #AC519F

Tints of Violet Blue #AC519F

Color information

#AC519F (or 0xAC519F) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and 9F. RGB value is (172,81,159). Sum of RGB (Red+Green+Blue) = 172+81+159=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519F is #53AE60. Grayscale: #747474. Windows color (decimal): -5484129 or 10441132. OLE color: 10441132.

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

Color convert

RGB17281159-
CMYK00.530.080.33
HSL308.57º35.97%49.61%-
HSV(B)308.57º52.91%67.45%-
XYZ26.2117.1634.73-
YUV117.1151.65167.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=41.75%
G=19.66%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728115900.530.080.33308.5735.9749.61
HexAC519F0358211352432
Octal25412123706510414654462
Binary1010110010100011001111101101011000100001100110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC519F; }

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

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

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

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

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

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

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

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