Shades of Medium Orchid #A855EF
Tints of Medium Orchid #A855EF
RGB
CMYK
RGB Variations
Color information
#A855EF (or 0xA855EF) is known color: Medium Orchid. HEX triplet: A8, 55 and EF. RGB value is (168,85,239). Sum of RGB (Red+Green+Blue) = 168+85+239=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #A855EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855EF is #57AA10. Grayscale: #7E7E7E. Windows color (decimal): -5745169 or 15685032. OLE color: 15685032.
HSL color Cylindrical-coordinate representation of color #A855EF: hue angle of 272.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A855EF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 85 | 239 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.06 |
| HSL | 272.34º | 0.83% | 0.64% | - |
| HSV(B) | 272.34º | 0.64% | 0.94% | - |
| XYZ | 34.98 | 21.05 | 83.88 | - |
| YUV | 127.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 239 | 0.30 | 0.64 | 0 | 0.06 | 272.34 | 0.83 | 0.64 |
| Hex | A8 | 55 | EF | 1E | 40 | 0 | 6 | 110 | 53 | 40 |
| Octal | 250 | 125 | 357 | 36 | 100 | 0 | 6 | 420 | 123 | 100 |
| Binary | 10101000 | 1010101 | 11101111 | 11110 | 1000000 | 0 | 110 | 100010000 | 1010011 | 1000000 |
Color Harmonies of #A855EF
Complementary color
Monochromatic Colors of #A855EF
Black with #A855EF
Text Example
Text Example
White with #A855EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855EF; }
p { color: rgb(168,85,239); }
H1.HeaderClassName
{
color: #A855EF;
}
.AnyTagClassName
{
color: #A855EF;
}
</style>
background-color css
<style>
a { background-color: #A855EF; }
a { background-color: rgb(168,85,239); }
div.DivClassName
{
background-color: #A855EF;
}
.BgClassName
{
background-color: #A855EF;
}
</style>
border-color css
<style>
span { border-color: #A855EF; }
span { border-color: rgb(168,85,239); }
td.TdClassName
{
border-color: #A855EF;
}
.TagClassName
{
border-color: #A855EF;
}
</style>