Shades of Medium Orchid #A858DF
Tints of Medium Orchid #A858DF
RGB
CMYK
RGB Variations
Color information
#A858DF (or 0xA858DF) is known color: Medium Orchid. HEX triplet: A8, 58 and DF. RGB value is (168,88,223). Sum of RGB (Red+Green+Blue) = 168+88+223=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A858DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858DF is #57A720. Grayscale: #7E7E7E. Windows color (decimal): -5744417 or 14637224. OLE color: 14637224.
HSL color Cylindrical-coordinate representation of color #A858DF: hue angle of 275.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A858DF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 88 | 223 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.13 |
| HSL | 275.56º | 0.68% | 0.61% | - |
| HSV(B) | 275.56º | 0.61% | 0.87% | - |
| XYZ | 32.96 | 20.63 | 72.06 | - |
| YUV | 127.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 223 | 0.25 | 0.61 | 0 | 0.13 | 275.56 | 0.68 | 0.61 |
| Hex | A8 | 58 | DF | 19 | 3D | 0 | D | 114 | 44 | 3D |
| Octal | 250 | 130 | 337 | 31 | 75 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101000 | 1011000 | 11011111 | 11001 | 111101 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #A858DF
Complementary color
Monochromatic Colors of #A858DF
Black with #A858DF
Text Example
Text Example
White with #A858DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858DF; }
p { color: rgb(168,88,223); }
H1.HeaderClassName
{
color: #A858DF;
}
.AnyTagClassName
{
color: #A858DF;
}
</style>
background-color css
<style>
a { background-color: #A858DF; }
a { background-color: rgb(168,88,223); }
div.DivClassName
{
background-color: #A858DF;
}
.BgClassName
{
background-color: #A858DF;
}
</style>
border-color css
<style>
span { border-color: #A858DF; }
span { border-color: rgb(168,88,223); }
td.TdClassName
{
border-color: #A858DF;
}
.TagClassName
{
border-color: #A858DF;
}
</style>