Shades of Medium Orchid #A858EF
Tints of Medium Orchid #A858EF
RGB
CMYK
RGB Variations
Color information
#A858EF (or 0xA858EF) is known color: Medium Orchid. HEX triplet: A8, 58 and EF. RGB value is (168,88,239). Sum of RGB (Red+Green+Blue) = 168+88+239=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #A858EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858EF is #57A710. Grayscale: #808080. Windows color (decimal): -5744401 or 15685800. OLE color: 15685800.
HSL color Cylindrical-coordinate representation of color #A858EF: hue angle of 271.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858EF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 88 | 239 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.06 |
| HSL | 271.79º | 0.83% | 0.64% | - |
| HSV(B) | 271.79º | 0.63% | 0.94% | - |
| XYZ | 35.22 | 21.54 | 83.96 | - |
| YUV | 129.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 239 | 0.30 | 0.63 | 0 | 0.06 | 271.79 | 0.83 | 0.64 |
| Hex | A8 | 58 | EF | 1E | 3F | 0 | 6 | 110 | 53 | 40 |
| Octal | 250 | 130 | 357 | 36 | 77 | 0 | 6 | 420 | 123 | 100 |
| Binary | 10101000 | 1011000 | 11101111 | 11110 | 111111 | 0 | 110 | 100010000 | 1010011 | 1000000 |
Color Harmonies of #A858EF
Complementary color
Monochromatic Colors of #A858EF
Black with #A858EF
Text Example
Text Example
White with #A858EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858EF; }
p { color: rgb(168,88,239); }
H1.HeaderClassName
{
color: #A858EF;
}
.AnyTagClassName
{
color: #A858EF;
}
</style>
background-color css
<style>
a { background-color: #A858EF; }
a { background-color: rgb(168,88,239); }
div.DivClassName
{
background-color: #A858EF;
}
.BgClassName
{
background-color: #A858EF;
}
</style>
border-color css
<style>
span { border-color: #A858EF; }
span { border-color: rgb(168,88,239); }
td.TdClassName
{
border-color: #A858EF;
}
.TagClassName
{
border-color: #A858EF;
}
</style>