Shades of Medium Orchid #AC47F0
Tints of Medium Orchid #AC47F0
RGB
CMYK
RGB Variations
Color information
#AC47F0 (or 0xAC47F0) is known color: Medium Orchid. HEX triplet: AC, 47 and F0. RGB value is (172,71,240). Sum of RGB (Red+Green+Blue) = 172+71+240=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC47F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47F0 is #53B80F. Grayscale: #777777. Windows color (decimal): -5486608 or 15746988. OLE color: 15746988.
HSL color Cylindrical-coordinate representation of color #AC47F0: hue angle of 275.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC47F0 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 71 | 240 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.06 |
| HSL | 275.86º | 0.85% | 0.61% | - |
| HSV(B) | 275.86º | 0.7% | 0.94% | - |
| XYZ | 34.99 | 19.57 | 84.37 | - |
| YUV | 120.47 | 195.46 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 240 | 0.28 | 0.70 | 0 | 0.06 | 275.86 | 0.85 | 0.61 |
| Hex | AC | 47 | F0 | 1C | 46 | 0 | 6 | 114 | 55 | 3D |
| Octal | 254 | 107 | 360 | 34 | 106 | 0 | 6 | 424 | 125 | 75 |
| Binary | 10101100 | 1000111 | 11110000 | 11100 | 1000110 | 0 | 110 | 100010100 | 1010101 | 111101 |
Color Harmonies of #AC47F0
Complementary color
Monochromatic Colors of #AC47F0
Black with #AC47F0
Text Example
Text Example
White with #AC47F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47F0; }
p { color: rgb(172,71,240); }
H1.HeaderClassName
{
color: #AC47F0;
}
.AnyTagClassName
{
color: #AC47F0;
}
</style>
background-color css
<style>
a { background-color: #AC47F0; }
a { background-color: rgb(172,71,240); }
div.DivClassName
{
background-color: #AC47F0;
}
.BgClassName
{
background-color: #AC47F0;
}
</style>
border-color css
<style>
span { border-color: #AC47F0; }
span { border-color: rgb(172,71,240); }
td.TdClassName
{
border-color: #AC47F0;
}
.TagClassName
{
border-color: #AC47F0;
}
</style>