Shades of Medium Orchid #A858E7
Tints of Medium Orchid #A858E7
RGB
CMYK
RGB Variations
Color information
#A858E7 (or 0xA858E7) is known color: Medium Orchid. HEX triplet: A8, 58 and E7. RGB value is (168,88,231). Sum of RGB (Red+Green+Blue) = 168+88+231=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #A858E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858E7 is #57A718. Grayscale: #7F7F7F. Windows color (decimal): -5744409 or 15161512. OLE color: 15161512.
HSL color Cylindrical-coordinate representation of color #A858E7: hue angle of 273.57º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A858E7 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 88 | 231 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.09 |
| HSL | 273.57º | 0.75% | 0.63% | - |
| HSV(B) | 273.57º | 0.62% | 0.91% | - |
| XYZ | 34.06 | 21.07 | 77.87 | - |
| YUV | 128.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 231 | 0.27 | 0.62 | 0 | 0.09 | 273.57 | 0.75 | 0.63 |
| Hex | A8 | 58 | E7 | 1B | 3E | 0 | 9 | 112 | 4B | 3F |
| Octal | 250 | 130 | 347 | 33 | 76 | 0 | 11 | 422 | 113 | 77 |
| Binary | 10101000 | 1011000 | 11100111 | 11011 | 111110 | 0 | 1001 | 100010010 | 1001011 | 111111 |
Color Harmonies of #A858E7
Complementary color
Monochromatic Colors of #A858E7
Black with #A858E7
Text Example
Text Example
White with #A858E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858E7; }
p { color: rgb(168,88,231); }
H1.HeaderClassName
{
color: #A858E7;
}
.AnyTagClassName
{
color: #A858E7;
}
</style>
background-color css
<style>
a { background-color: #A858E7; }
a { background-color: rgb(168,88,231); }
div.DivClassName
{
background-color: #A858E7;
}
.BgClassName
{
background-color: #A858E7;
}
</style>
border-color css
<style>
span { border-color: #A858E7; }
span { border-color: rgb(168,88,231); }
td.TdClassName
{
border-color: #A858E7;
}
.TagClassName
{
border-color: #A858E7;
}
</style>