Shades of Medium Orchid #A850F8
Tints of Medium Orchid #A850F8
RGB
CMYK
RGB Variations
Color information
#A850F8 (or 0xA850F8) is known color: Medium Orchid. HEX triplet: A8, 50 and F8. RGB value is (168,80,248). Sum of RGB (Red+Green+Blue) = 168+80+248=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #A850F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850F8 is #57AF07. Grayscale: #7C7C7C. Windows color (decimal): -5746440 or 16273576. OLE color: 16273576.
HSL color Cylindrical-coordinate representation of color #A850F8: hue angle of 271.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A850F8 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 80 | 248 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.03 |
| HSL | 271.43º | 0.92% | 0.64% | - |
| HSV(B) | 271.43º | 0.68% | 0.97% | - |
| XYZ | 35.96 | 20.84 | 90.93 | - |
| YUV | 125.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 248 | 0.32 | 0.68 | 0 | 0.03 | 271.43 | 0.92 | 0.64 |
| Hex | A8 | 50 | F8 | 20 | 44 | 0 | 3 | 10F | 5C | 40 |
| Octal | 250 | 120 | 370 | 40 | 104 | 0 | 3 | 417 | 134 | 100 |
| Binary | 10101000 | 1010000 | 11111000 | 100000 | 1000100 | 0 | 11 | 100001111 | 1011100 | 1000000 |
Color Harmonies of #A850F8
Complementary color
Monochromatic Colors of #A850F8
Black with #A850F8
Text Example
Text Example
White with #A850F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850F8; }
p { color: rgb(168,80,248); }
H1.HeaderClassName
{
color: #A850F8;
}
.AnyTagClassName
{
color: #A850F8;
}
</style>
background-color css
<style>
a { background-color: #A850F8; }
a { background-color: rgb(168,80,248); }
div.DivClassName
{
background-color: #A850F8;
}
.BgClassName
{
background-color: #A850F8;
}
</style>
border-color css
<style>
span { border-color: #A850F8; }
span { border-color: rgb(168,80,248); }
td.TdClassName
{
border-color: #A850F8;
}
.TagClassName
{
border-color: #A850F8;
}
</style>