Shades of Medium Orchid #A850F4
Tints of Medium Orchid #A850F4
RGB
CMYK
RGB Variations
Color information
#A850F4 (or 0xA850F4) is known color: Medium Orchid. HEX triplet: A8, 50 and F4. RGB value is (168,80,244). Sum of RGB (Red+Green+Blue) = 168+80+244=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #A850F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850F4 is #57AF0B. Grayscale: #7C7C7C. Windows color (decimal): -5746444 or 16011432. OLE color: 16011432.
HSL color Cylindrical-coordinate representation of color #A850F4: hue angle of 272.2º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A850F4 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 80 | 244 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.04 |
| HSL | 272.2º | 0.88% | 0.64% | - |
| HSV(B) | 272.2º | 0.67% | 0.96% | - |
| XYZ | 35.35 | 20.59 | 87.7 | - |
| YUV | 125.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 244 | 0.31 | 0.67 | 0 | 0.04 | 272.2 | 0.88 | 0.64 |
| Hex | A8 | 50 | F4 | 1F | 43 | 0 | 4 | 110 | 58 | 40 |
| Octal | 250 | 120 | 364 | 37 | 103 | 0 | 4 | 420 | 130 | 100 |
| Binary | 10101000 | 1010000 | 11110100 | 11111 | 1000011 | 0 | 100 | 100010000 | 1011000 | 1000000 |
Color Harmonies of #A850F4
Complementary color
Monochromatic Colors of #A850F4
Black with #A850F4
Text Example
Text Example
White with #A850F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850F4; }
p { color: rgb(168,80,244); }
H1.HeaderClassName
{
color: #A850F4;
}
.AnyTagClassName
{
color: #A850F4;
}
</style>
background-color css
<style>
a { background-color: #A850F4; }
a { background-color: rgb(168,80,244); }
div.DivClassName
{
background-color: #A850F4;
}
.BgClassName
{
background-color: #A850F4;
}
</style>
border-color css
<style>
span { border-color: #A850F4; }
span { border-color: rgb(168,80,244); }
td.TdClassName
{
border-color: #A850F4;
}
.TagClassName
{
border-color: #A850F4;
}
</style>