#AC549F

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

Shades of Violet Blue #AC549F

Tints of Violet Blue #AC549F

Color information

#AC549F (or 0xAC549F) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9F. RGB value is (172,84,159). Sum of RGB (Red+Green+Blue) = 172+84+159=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549F is #53AB60. Grayscale: #767676. Windows color (decimal): -5483361 or 10441900. OLE color: 10441900.

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

Color convert

RGB17284159-
CMYK00.510.080.33
HSL308.86º34.65%50.2%-
HSV(B)308.86º51.16%67.45%-
XYZ26.4417.6134.81-
YUV118.86150.65165.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=41.45%
G=20.24%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728415900.510.080.33308.8634.6550.2
HexAC549F0338211352332
Octal25412423706310414654362
Binary1010110010101001001111101100111000100001100110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549F; }

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

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

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

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

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

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

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

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