Shades of Medium Orchid #A850F3
Tints of Medium Orchid #A850F3
RGB
CMYK
RGB Variations
Color information
#A850F3 (or 0xA850F3) is known color: Medium Orchid. HEX triplet: A8, 50 and F3. RGB value is (168,80,243). Sum of RGB (Red+Green+Blue) = 168+80+243=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #A850F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850F3 is #57AF0C. Grayscale: #7C7C7C. Windows color (decimal): -5746445 or 15945896. OLE color: 15945896.
HSL color Cylindrical-coordinate representation of color #A850F3: hue angle of 272.39º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A850F3 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 80 | 243 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.05 |
| HSL | 272.39º | 0.87% | 0.63% | - |
| HSV(B) | 272.39º | 0.67% | 0.95% | - |
| XYZ | 35.19 | 20.53 | 86.9 | - |
| YUV | 124.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 243 | 0.31 | 0.67 | 0 | 0.05 | 272.39 | 0.87 | 0.63 |
| Hex | A8 | 50 | F3 | 1F | 43 | 0 | 5 | 110 | 57 | 3F |
| Octal | 250 | 120 | 363 | 37 | 103 | 0 | 5 | 420 | 127 | 77 |
| Binary | 10101000 | 1010000 | 11110011 | 11111 | 1000011 | 0 | 101 | 100010000 | 1010111 | 111111 |
Color Harmonies of #A850F3
Complementary color
Monochromatic Colors of #A850F3
Black with #A850F3
Text Example
Text Example
White with #A850F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850F3; }
p { color: rgb(168,80,243); }
H1.HeaderClassName
{
color: #A850F3;
}
.AnyTagClassName
{
color: #A850F3;
}
</style>
background-color css
<style>
a { background-color: #A850F3; }
a { background-color: rgb(168,80,243); }
div.DivClassName
{
background-color: #A850F3;
}
.BgClassName
{
background-color: #A850F3;
}
</style>
border-color css
<style>
span { border-color: #A850F3; }
span { border-color: rgb(168,80,243); }
td.TdClassName
{
border-color: #A850F3;
}
.TagClassName
{
border-color: #A850F3;
}
</style>