#AC519C

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

Shades of Violet Blue #AC519C

Tints of Violet Blue #AC519C

Color information

#AC519C (or 0xAC519C) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and 9C. RGB value is (172,81,156). Sum of RGB (Red+Green+Blue) = 172+81+156=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519C is #53AE63. Grayscale: #747474. Windows color (decimal): -5484132 or 10244524. OLE color: 10244524.

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

Color convert

RGB17281156-
CMYK00.530.090.33
HSL310.55º35.97%49.61%-
HSV(B)310.55º52.91%67.45%-
XYZ25.9617.0633.38-
YUV116.76150.15167.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=42.05%
G=19.80%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728115600.530.090.33310.5535.9749.61
HexAC519C0359211372432
Octal25412123406511414674462
Binary1010110010100011001110001101011001100001100110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC519C; }

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

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

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

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

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

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

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

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