#AC47C7

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

Shades of Medium Orchid #AC47C7

Tints of Medium Orchid #AC47C7

Color information

#AC47C7 (or 0xAC47C7) is unknown color: approx Medium Orchid. HEX triplet: AC, 47 and C7. RGB value is (172,71,199). Sum of RGB (Red+Green+Blue) = 172+71+199=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC47C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47C7 is #53B838. Grayscale: #737373. Windows color (decimal): -5486649 or 13060012. OLE color: 13060012.

HSL color Cylindrical-coordinate representation of color #AC47C7: hue angle of 287.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC47C7 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17271199-
CMYK0.140.6400.22
HSL287.34º53.33%52.94%-
HSV(B)287.34º64.32%78.04%-
XYZ29.5817.455.83-
YUV115.79174.96168.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 199 (78.12% from 255) = 45.02%
R=38.91%
G=16.06%
B=45.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172711990.140.6400.22287.3453.3352.94
HexAC47C7E4001611f3535
Octal254107307161000264376565
Binary1010110010001111100011111101000000010110100011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47C7; }

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

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

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

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

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

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

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

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