#AC47AB

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

Shades of Violet Blue #AC47AB

Tints of Violet Blue #AC47AB

Color information

#AC47AB (or 0xAC47AB) is unknown color: approx Violet Blue. HEX triplet: AC, 47 and AB. RGB value is (172,71,171). Sum of RGB (Red+Green+Blue) = 172+71+171=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AB is #53B854. Grayscale: #707070. Windows color (decimal): -5486677 or 11225004. OLE color: 11225004.

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

Color convert

RGB17271171-
CMYK00.590.010.33
HSL300.59º41.56%47.65%-
HSV(B)300.59º58.72%67.45%-
XYZ26.6216.2240.26-
YUV112.6160.96170.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 71 (28.12% from 255) = 17.15%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=41.55%
G=17.15%
B=41.30%

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
Decimal1727117100.590.010.33300.5941.5647.65
HexAC47AB03B12112d2a30
Octal2541072530731414555260
Binary1010110010001111010101101110111100001100101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47AB; }

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

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

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

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

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

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

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

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