#AC549C

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

Shades of Violet Blue #AC549C

Tints of Violet Blue #AC549C

Color information

#AC549C (or 0xAC549C) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9C. RGB value is (172,84,156). Sum of RGB (Red+Green+Blue) = 172+84+156=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549C is #53AB63. Grayscale: #767676. Windows color (decimal): -5483364 or 10245292. OLE color: 10245292.

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

Color convert

RGB17284156-
CMYK00.510.090.33
HSL310.91º34.65%50.2%-
HSV(B)310.91º51.16%67.45%-
XYZ26.1817.5133.45-
YUV118.52149.15166.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=41.75%
G=20.39%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728415600.510.090.33310.9134.6550.2
HexAC549C0339211372332
Octal25412423406311414674362
Binary1010110010101001001110001100111001100001100110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549C; }

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

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

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

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

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

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

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

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