#AC519B

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

Shades of Violet Blue #AC519B

Tints of Violet Blue #AC519B

Color information

#AC519B (or 0xAC519B) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and 9B. RGB value is (172,81,155). Sum of RGB (Red+Green+Blue) = 172+81+155=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519B is #53AE64. Grayscale: #747474. Windows color (decimal): -5484133 or 10178988. OLE color: 10178988.

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

Color convert

RGB17281155-
CMYK00.530.100.33
HSL311.21º35.97%49.61%-
HSV(B)311.21º52.91%67.45%-
XYZ25.8717.0232.93-
YUV116.64149.65167.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=42.16%
G=19.85%
B=37.99%

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
Decimal1728115500.530.100.33311.2135.9749.61
HexAC519B035A211372432
Octal25412123306512414674462
Binary1010110010100011001101101101011010100001100110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC519B; }

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

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

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

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

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

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

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

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