#AC47AA

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

Shades of Violet Blue #AC47AA

Tints of Violet Blue #AC47AA

Color information

#AC47AA (or 0xAC47AA) is unknown color: approx Violet Blue. HEX triplet: AC, 47 and AA. RGB value is (172,71,170). Sum of RGB (Red+Green+Blue) = 172+71+170=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AA is #53B855. Grayscale: #707070. Windows color (decimal): -5486678 or 11159468. OLE color: 11159468.

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

Color convert

RGB17271170-
CMYK00.590.010.33
HSL301.19º41.56%47.65%-
HSV(B)301.19º58.72%67.45%-
XYZ26.5216.1839.76-
YUV112.48160.46170.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=41.65%
G=17.19%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727117000.590.010.33301.1941.5647.65
HexAC47AA03B12112d2a30
Octal2541072520731414555260
Binary1010110010001111010101001110111100001100101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47AA; }

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

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

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

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

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

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

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

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