#AC47F5

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

Shades of Medium Orchid #AC47F5

Tints of Medium Orchid #AC47F5

Color information

#AC47F5 (or 0xAC47F5) is unknown color: approx Medium Orchid. HEX triplet: AC, 47 and F5. RGB value is (172,71,245). Sum of RGB (Red+Green+Blue) = 172+71+245=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC47F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47F5 is #53B80A. Grayscale: #787878. Windows color (decimal): -5486603 or 16074668. OLE color: 16074668.

HSL color Cylindrical-coordinate representation of color #AC47F5: hue angle of 274.83º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC47F5 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17271245-
CMYK0.300.7100.04
HSL274.83º89.69%61.96%-
HSV(B)274.83º71.02%96.08%-
XYZ35.7519.8788.34-
YUV121.04197.96164.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=35.25%
G=14.55%
B=50.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172712450.300.7100.04274.8389.6961.96
HexAC47F51E47041135a3e
Octal254107365361070442313276
Binary1010110010001111111010111110100011101001000100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC47F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC47F5; }

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

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

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

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

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

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

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

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