#AC549A

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

Shades of Violet Blue #AC549A

Tints of Violet Blue #AC549A

Color information

#AC549A (or 0xAC549A) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9A. RGB value is (172,84,154). Sum of RGB (Red+Green+Blue) = 172+84+154=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549A is #53AB65. Grayscale: #767676. Windows color (decimal): -5483366 or 10114220. OLE color: 10114220.

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

Color convert

RGB17284154-
CMYK00.510.100.33
HSL312.27º34.65%50.2%-
HSV(B)312.27º51.16%67.45%-
XYZ26.0217.4432.57-
YUV118.29148.15166.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=41.95%
G=20.49%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728415400.510.100.33312.2734.6550.2
HexAC549A033A211382332
Octal25412423206312414704362
Binary1010110010101001001101001100111010100001100111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549A; }

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

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

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

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

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

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

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

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