#AC549E

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

Shades of Violet Blue #AC549E

Tints of Violet Blue #AC549E

Color information

#AC549E (or 0xAC549E) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9E. RGB value is (172,84,158). Sum of RGB (Red+Green+Blue) = 172+84+158=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549E is #53AB61. Grayscale: #767676. Windows color (decimal): -5483362 or 10376364. OLE color: 10376364.

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

Color convert

RGB17284158-
CMYK00.510.080.33
HSL309.55º34.65%50.2%-
HSV(B)309.55º51.16%67.45%-
XYZ26.3617.5834.35-
YUV118.75150.15165.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=41.55%
G=20.29%
B=38.16%

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
Decimal1728415800.510.080.33309.5534.6550.2
HexAC549E0338211362332
Octal25412423606310414664362
Binary1010110010101001001111001100111000100001100110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549E; }

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

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

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

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

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

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

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

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