#AC59A1

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

Shades of Violet Blue #AC59A1

Tints of Violet Blue #AC59A1

Color information

#AC59A1 (or 0xAC59A1) is unknown color: approx Violet Blue. HEX triplet: AC, 59 and A1. RGB value is (172,89,161). Sum of RGB (Red+Green+Blue) = 172+89+161=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A1 is #53A65E. Grayscale: #797979. Windows color (decimal): -5482079 or 10574252. OLE color: 10574252.

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

Color convert

RGB17289161-
CMYK00.480.060.33
HSL307.95º33.33%51.18%-
HSV(B)307.95º48.26%67.45%-
XYZ27.0218.4935.86-
YUV122.02150163.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=40.76%
G=21.09%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728916100.480.060.33307.9533.3351.18
HexAC59A10306211342133
Octal2541312410606414644163
Binary101011001011001101000010110000110100001100110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59A1; }

 p { color: rgb(172,89,161); }

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

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

 a { background-color: rgb(172,89,161); }

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

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

 span { border-color: rgb(172,89,161); }

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