Shades of Medium Orchid #A850FC
Tints of Medium Orchid #A850FC
RGB
CMYK
RGB Variations
Color information
#A850FC (or 0xA850FC) is known color: Medium Orchid. HEX triplet: A8, 50 and FC. RGB value is (168,80,252). Sum of RGB (Red+Green+Blue) = 168+80+252=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #A850FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850FC is #57AF03. Grayscale: #7D7D7D. Windows color (decimal): -5746436 or 16535720. OLE color: 16535720.
HSL color Cylindrical-coordinate representation of color #A850FC: hue angle of 270.7º 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 #A850FC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 80 | 252 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.01 |
| HSL | 270.7º | 0.97% | 0.65% | - |
| HSV(B) | 270.7º | 0.68% | 0.99% | - |
| XYZ | 36.59 | 21.09 | 94.24 | - |
| YUV | 125.92 | 199.15 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 252 | 0.33 | 0.68 | 0 | 0.01 | 270.7 | 0.97 | 0.65 |
| Hex | A8 | 50 | FC | 21 | 44 | 0 | 1 | 10F | 61 | 41 |
| Octal | 250 | 120 | 374 | 41 | 104 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101000 | 1010000 | 11111100 | 100001 | 1000100 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A850FC
Complementary color
Monochromatic Colors of #A850FC
Black with #A850FC
Text Example
Text Example
White with #A850FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850FC; }
p { color: rgb(168,80,252); }
H1.HeaderClassName
{
color: #A850FC;
}
.AnyTagClassName
{
color: #A850FC;
}
</style>
background-color css
<style>
a { background-color: #A850FC; }
a { background-color: rgb(168,80,252); }
div.DivClassName
{
background-color: #A850FC;
}
.BgClassName
{
background-color: #A850FC;
}
</style>
border-color css
<style>
span { border-color: #A850FC; }
span { border-color: rgb(168,80,252); }
td.TdClassName
{
border-color: #A850FC;
}
.TagClassName
{
border-color: #A850FC;
}
</style>