#AC519A

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

Shades of Violet Blue #AC519A

Tints of Violet Blue #AC519A

Color information

#AC519A (or 0xAC519A) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and 9A. RGB value is (172,81,154). Sum of RGB (Red+Green+Blue) = 172+81+154=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519A is #53AE65. Grayscale: #747474. Windows color (decimal): -5484134 or 10113452. OLE color: 10113452.

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

Color convert

RGB17281154-
CMYK00.530.100.33
HSL311.87º35.97%49.61%-
HSV(B)311.87º52.91%67.45%-
XYZ25.7916.9932.49-
YUV116.53149.15167.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=42.26%
G=19.90%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728115400.530.100.33311.8735.9749.61
HexAC519A035A211382432
Octal25412123206512414704462
Binary1010110010100011001101001101011010100001100111000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC519A; }

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

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

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

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

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

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

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

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