Shades of Medium Orchid #AC50FC
Tints of Medium Orchid #AC50FC
RGB
CMYK
RGB Variations
Color information
#AC50FC (or 0xAC50FC) is known color: Medium Orchid. HEX triplet: AC, 50 and FC. RGB value is (172,80,252). Sum of RGB (Red+Green+Blue) = 172+80+252=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50FC is #53AF03. Grayscale: #7E7E7E. Windows color (decimal): -5484292 or 16535724. OLE color: 16535724.
HSL color Cylindrical-coordinate representation of color #AC50FC: hue angle of 272.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC50FC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 80 | 252 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.01 |
| HSL | 272.09º | 0.97% | 0.65% | - |
| HSV(B) | 272.09º | 0.68% | 0.99% | - |
| XYZ | 37.45 | 21.54 | 94.28 | - |
| YUV | 127.12 | 198.48 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 252 | 0.32 | 0.68 | 0 | 0.01 | 272.09 | 0.97 | 0.65 |
| Hex | AC | 50 | FC | 20 | 44 | 0 | 1 | 110 | 61 | 41 |
| Octal | 254 | 120 | 374 | 40 | 104 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101100 | 1010000 | 11111100 | 100000 | 1000100 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AC50FC
Complementary color
Monochromatic Colors of #AC50FC
Black with #AC50FC
Text Example
Text Example
White with #AC50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50FC; }
p { color: rgb(172,80,252); }
H1.HeaderClassName
{
color: #AC50FC;
}
.AnyTagClassName
{
color: #AC50FC;
}
</style>
background-color css
<style>
a { background-color: #AC50FC; }
a { background-color: rgb(172,80,252); }
div.DivClassName
{
background-color: #AC50FC;
}
.BgClassName
{
background-color: #AC50FC;
}
</style>
border-color css
<style>
span { border-color: #AC50FC; }
span { border-color: rgb(172,80,252); }
td.TdClassName
{
border-color: #AC50FC;
}
.TagClassName
{
border-color: #AC50FC;
}
</style>