#AC549B

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

Shades of Violet Blue #AC549B

Tints of Violet Blue #AC549B

Color information

#AC549B (or 0xAC549B) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 9B. RGB value is (172,84,155). Sum of RGB (Red+Green+Blue) = 172+84+155=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC549B is #53AB64. Grayscale: #767676. Windows color (decimal): -5483365 or 10179756. OLE color: 10179756.

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

Color convert

RGB17284155-
CMYK00.510.100.33
HSL311.59º34.65%50.2%-
HSV(B)311.59º51.16%67.45%-
XYZ26.117.4833.01-
YUV118.41148.65166.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=41.85%
G=20.44%
B=37.71%

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
Decimal1728415500.510.100.33311.5934.6550.2
HexAC549B033A211382332
Octal25412423306312414704362
Binary1010110010101001001101101100111010100001100111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC549B; }

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

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

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

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

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

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

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

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