#AC47CE

Color #AC47CE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AC47CE

Tints of Medium Orchid #AC47CE

Color information

#AC47CE (or 0xAC47CE) is unknown color: approx Medium Orchid. HEX triplet: AC, 47 and CE. RGB value is (172,71,206). Sum of RGB (Red+Green+Blue) = 172+71+206=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47CE is #53B831. Grayscale: #747474. Windows color (decimal): -5486642 or 13518764. OLE color: 13518764.

HSL color Cylindrical-coordinate representation of color #AC47CE: hue angle of 284.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC47CE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17271206-
CMYK0.170.6600.19
HSL284.89º57.94%54.31%-
HSV(B)284.89º65.53%80.78%-
XYZ30.4117.7360.21-
YUV116.59178.46167.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=38.31%
G=15.81%
B=45.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172712060.170.6600.19284.8957.9454.31
HexAC47CE114201311d3a36
Octal254107316211020234357266
Binary10101100100011111001110100011000010010011100011101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47CE; }

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

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

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

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

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

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

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

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