#AC549D

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

Shades of Violet Blue #AC549D

Tints of Violet Blue #AC549D

Color information

#AC549D (or 0xAC549D) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9D. RGB value is (172,84,157). Sum of RGB (Red+Green+Blue) = 172+84+157=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549D is #53AB62. Grayscale: #767676. Windows color (decimal): -5483363 or 10310828. OLE color: 10310828.

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

Color convert

RGB17284157-
CMYK00.510.090.33
HSL310.23º34.65%50.2%-
HSV(B)310.23º51.16%67.45%-
XYZ26.2717.5533.9-
YUV118.63149.65166.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=41.65%
G=20.34%
B=38.01%

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
Decimal1728415700.510.090.33310.2334.6550.2
HexAC549D0339211362332
Octal25412423506311414664362
Binary1010110010101001001110101100111001100001100110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549D; }

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

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

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

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

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

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

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

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