Shades of Medium Orchid #A855EC
Tints of Medium Orchid #A855EC
RGB
CMYK
RGB Variations
Color information
#A855EC (or 0xA855EC) is known color: Medium Orchid. HEX triplet: A8, 55 and EC. RGB value is (168,85,236). Sum of RGB (Red+Green+Blue) = 168+85+236=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A855EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855EC is #57AA13. Grayscale: #7E7E7E. Windows color (decimal): -5745172 or 15488424. OLE color: 15488424.
HSL color Cylindrical-coordinate representation of color #A855EC: hue angle of 272.98º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A855EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 85 | 236 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 272.98º | 0.8% | 0.63% | - |
| HSV(B) | 272.98º | 0.64% | 0.93% | - |
| XYZ | 34.54 | 20.88 | 81.57 | - |
| YUV | 127.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 236 | 0.29 | 0.64 | 0 | 0.07 | 272.98 | 0.8 | 0.63 |
| Hex | A8 | 55 | EC | 1D | 40 | 0 | 7 | 111 | 50 | 3F |
| Octal | 250 | 125 | 354 | 35 | 100 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10101000 | 1010101 | 11101100 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A855EC
Complementary color
Monochromatic Colors of #A855EC
Black with #A855EC
Text Example
Text Example
White with #A855EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855EC; }
p { color: rgb(168,85,236); }
H1.HeaderClassName
{
color: #A855EC;
}
.AnyTagClassName
{
color: #A855EC;
}
</style>
background-color css
<style>
a { background-color: #A855EC; }
a { background-color: rgb(168,85,236); }
div.DivClassName
{
background-color: #A855EC;
}
.BgClassName
{
background-color: #A855EC;
}
</style>
border-color css
<style>
span { border-color: #A855EC; }
span { border-color: rgb(168,85,236); }
td.TdClassName
{
border-color: #A855EC;
}
.TagClassName
{
border-color: #A855EC;
}
</style>