Shades of Medium Orchid #A858CE
Tints of Medium Orchid #A858CE
RGB
CMYK
RGB Variations
Color information
#A858CE (or 0xA858CE) is known color: Medium Orchid. HEX triplet: A8, 58 and CE. RGB value is (168,88,206). Sum of RGB (Red+Green+Blue) = 168+88+206=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A858CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CE is #57A731. Grayscale: #7C7C7C. Windows color (decimal): -5744434 or 13523112. OLE color: 13523112.
HSL color Cylindrical-coordinate representation of color #A858CE: hue angle of 280.68º 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 #A858CE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 88 | 206 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.19 |
| HSL | 280.68º | 0.55% | 0.58% | - |
| HSV(B) | 280.68º | 0.57% | 0.81% | - |
| XYZ | 30.78 | 19.76 | 60.58 | - |
| YUV | 125.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 206 | 0.18 | 0.57 | 0 | 0.19 | 280.68 | 0.55 | 0.58 |
| Hex | A8 | 58 | CE | 12 | 39 | 0 | 13 | 119 | 37 | 3A |
| Octal | 250 | 130 | 316 | 22 | 71 | 0 | 23 | 431 | 67 | 72 |
| Binary | 10101000 | 1011000 | 11001110 | 10010 | 111001 | 0 | 10011 | 100011001 | 110111 | 111010 |
Color Harmonies of #A858CE
Complementary color
Monochromatic Colors of #A858CE
Black with #A858CE
Text Example
Text Example
White with #A858CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858CE; }
p { color: rgb(168,88,206); }
H1.HeaderClassName
{
color: #A858CE;
}
.AnyTagClassName
{
color: #A858CE;
}
</style>
background-color css
<style>
a { background-color: #A858CE; }
a { background-color: rgb(168,88,206); }
div.DivClassName
{
background-color: #A858CE;
}
.BgClassName
{
background-color: #A858CE;
}
</style>
border-color css
<style>
span { border-color: #A858CE; }
span { border-color: rgb(168,88,206); }
td.TdClassName
{
border-color: #A858CE;
}
.TagClassName
{
border-color: #A858CE;
}
</style>