Shades of Medium Orchid #A855ED
Tints of Medium Orchid #A855ED
RGB
CMYK
RGB Variations
Color information
#A855ED (or 0xA855ED) is known color: Medium Orchid. HEX triplet: A8, 55 and ED. RGB value is (168,85,237). Sum of RGB (Red+Green+Blue) = 168+85+237=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #A855ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855ED is #57AA12. Grayscale: #7E7E7E. Windows color (decimal): -5745171 or 15553960. OLE color: 15553960.
HSL color Cylindrical-coordinate representation of color #A855ED: hue angle of 272.76º degrees, saturation: 0.81, 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 #A855ED is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 85 | 237 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 272.76º | 0.81% | 0.63% | - |
| HSV(B) | 272.76º | 0.64% | 0.93% | - |
| XYZ | 34.68 | 20.94 | 82.33 | - |
| YUV | 127.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 237 | 0.29 | 0.64 | 0 | 0.07 | 272.76 | 0.81 | 0.63 |
| Hex | A8 | 55 | ED | 1D | 40 | 0 | 7 | 111 | 51 | 3F |
| Octal | 250 | 125 | 355 | 35 | 100 | 0 | 7 | 421 | 121 | 77 |
| Binary | 10101000 | 1010101 | 11101101 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010001 | 111111 |
Color Harmonies of #A855ED
Complementary color
Monochromatic Colors of #A855ED
Black with #A855ED
Text Example
Text Example
White with #A855ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855ED; }
p { color: rgb(168,85,237); }
H1.HeaderClassName
{
color: #A855ED;
}
.AnyTagClassName
{
color: #A855ED;
}
</style>
background-color css
<style>
a { background-color: #A855ED; }
a { background-color: rgb(168,85,237); }
div.DivClassName
{
background-color: #A855ED;
}
.BgClassName
{
background-color: #A855ED;
}
</style>
border-color css
<style>
span { border-color: #A855ED; }
span { border-color: rgb(168,85,237); }
td.TdClassName
{
border-color: #A855ED;
}
.TagClassName
{
border-color: #A855ED;
}
</style>