#AC47D5

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

Shades of Medium Orchid #AC47D5

Tints of Medium Orchid #AC47D5

Color information

#AC47D5 (or 0xAC47D5) is unknown color: approx Medium Orchid. HEX triplet: AC, 47 and D5. RGB value is (172,71,213). Sum of RGB (Red+Green+Blue) = 172+71+213=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC47D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47D5 is #53B82A. Grayscale: #747474. Windows color (decimal): -5486635 or 13977516. OLE color: 13977516.

HSL color Cylindrical-coordinate representation of color #AC47D5: hue angle of 282.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC47D5 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17271213-
CMYK0.190.6700.16
HSL282.68º62.83%55.69%-
HSV(B)282.68º66.67%83.53%-
XYZ31.2818.0864.79-
YUV117.39181.96166.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 71 (28.12% from 255) = 15.57%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=37.72%
G=15.57%
B=46.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172712130.190.6700.16282.6862.8355.69
HexAC47D5134301011b3f38
Octal254107325231030204337770
Binary10101100100011111010101100111000011010000100011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47D5; }

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

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

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

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

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

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

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

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