Shades of Medium Orchid #A850CF
Tints of Medium Orchid #A850CF
RGB
CMYK
RGB Variations
Color information
#A850CF (or 0xA850CF) is known color: Medium Orchid. HEX triplet: A8, 50 and CF. RGB value is (168,80,207). Sum of RGB (Red+Green+Blue) = 168+80+207=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A850CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850CF is #57AF30. Grayscale: #787878. Windows color (decimal): -5746481 or 13586600. OLE color: 13586600.
HSL color Cylindrical-coordinate representation of color #A850CF: hue angle of 281.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A850CF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 80 | 207 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.19 |
| HSL | 281.57º | 0.57% | 0.56% | - |
| HSV(B) | 281.57º | 0.61% | 0.81% | - |
| XYZ | 30.28 | 18.57 | 61.02 | - |
| YUV | 120.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 207 | 0.19 | 0.61 | 0 | 0.19 | 281.57 | 0.57 | 0.56 |
| Hex | A8 | 50 | CF | 13 | 3D | 0 | 13 | 11A | 39 | 38 |
| Octal | 250 | 120 | 317 | 23 | 75 | 0 | 23 | 432 | 71 | 70 |
| Binary | 10101000 | 1010000 | 11001111 | 10011 | 111101 | 0 | 10011 | 100011010 | 111001 | 111000 |
Color Harmonies of #A850CF
Complementary color
Monochromatic Colors of #A850CF
Black with #A850CF
Text Example
Text Example
White with #A850CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850CF; }
p { color: rgb(168,80,207); }
H1.HeaderClassName
{
color: #A850CF;
}
.AnyTagClassName
{
color: #A850CF;
}
</style>
background-color css
<style>
a { background-color: #A850CF; }
a { background-color: rgb(168,80,207); }
div.DivClassName
{
background-color: #A850CF;
}
.BgClassName
{
background-color: #A850CF;
}
</style>
border-color css
<style>
span { border-color: #A850CF; }
span { border-color: rgb(168,80,207); }
td.TdClassName
{
border-color: #A850CF;
}
.TagClassName
{
border-color: #A850CF;
}
</style>