#AC47A9

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

Shades of Violet Blue #AC47A9

Tints of Violet Blue #AC47A9

Color information

#AC47A9 (or 0xAC47A9) is unknown color: approx Violet Blue. HEX triplet: AC, 47 and A9. RGB value is (172,71,169). Sum of RGB (Red+Green+Blue) = 172+71+169=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47A9 is #53B856. Grayscale: #707070. Windows color (decimal): -5486679 or 11093932. OLE color: 11093932.

HSL color Cylindrical-coordinate representation of color #AC47A9: hue angle of 301.78º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC47A9 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17271169-
CMYK00.590.020.33
HSL301.78º41.56%47.65%-
HSV(B)301.78º58.72%67.45%-
XYZ26.4316.1439.26-
YUV112.37159.96170.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=41.75%
G=17.23%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727116900.590.020.33301.7841.5647.65
HexAC47A903B22112e2a30
Octal2541072510732414565260
Binary10101100100011110101001011101110100001100101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47A9; }

 p { color: rgb(172,71,169); }

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

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

 a { background-color: rgb(172,71,169); }

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

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

 span { border-color: rgb(172,71,169); }

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