Shades of Medium Orchid #A858CF
Tints of Medium Orchid #A858CF
RGB
CMYK
RGB Variations
Color information
#A858CF (or 0xA858CF) is known color: Medium Orchid. HEX triplet: A8, 58 and CF. RGB value is (168,88,207). Sum of RGB (Red+Green+Blue) = 168+88+207=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A858CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CF is #57A730. Grayscale: #7D7D7D. Windows color (decimal): -5744433 or 13588648. OLE color: 13588648.
HSL color Cylindrical-coordinate representation of color #A858CF: hue angle of 280.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A858CF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 88 | 207 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.19 |
| HSL | 280.34º | 0.55% | 0.58% | - |
| HSV(B) | 280.34º | 0.57% | 0.81% | - |
| XYZ | 30.9 | 19.81 | 61.23 | - |
| YUV | 125.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 207 | 0.19 | 0.57 | 0 | 0.19 | 280.34 | 0.55 | 0.58 |
| Hex | A8 | 58 | CF | 13 | 39 | 0 | 13 | 118 | 37 | 3A |
| Octal | 250 | 130 | 317 | 23 | 71 | 0 | 23 | 430 | 67 | 72 |
| Binary | 10101000 | 1011000 | 11001111 | 10011 | 111001 | 0 | 10011 | 100011000 | 110111 | 111010 |
Color Harmonies of #A858CF
Complementary color
Monochromatic Colors of #A858CF
Black with #A858CF
Text Example
Text Example
White with #A858CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858CF; }
p { color: rgb(168,88,207); }
H1.HeaderClassName
{
color: #A858CF;
}
.AnyTagClassName
{
color: #A858CF;
}
</style>
background-color css
<style>
a { background-color: #A858CF; }
a { background-color: rgb(168,88,207); }
div.DivClassName
{
background-color: #A858CF;
}
.BgClassName
{
background-color: #A858CF;
}
</style>
border-color css
<style>
span { border-color: #A858CF; }
span { border-color: rgb(168,88,207); }
td.TdClassName
{
border-color: #A858CF;
}
.TagClassName
{
border-color: #A858CF;
}
</style>