Shades of Medium Orchid #A854DA
Tints of Medium Orchid #A854DA
RGB
CMYK
RGB Variations
Color information
#A854DA (or 0xA854DA) is known color: Medium Orchid. HEX triplet: A8, 54 and DA. RGB value is (168,84,218). Sum of RGB (Red+Green+Blue) = 168+84+218=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A854DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DA is #57AB25. Grayscale: #7B7B7B. Windows color (decimal): -5745446 or 14308520. OLE color: 14308520.
HSL color Cylindrical-coordinate representation of color #A854DA: hue angle of 277.61º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A854DA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 84 | 218 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.15 |
| HSL | 277.61º | 0.64% | 0.59% | - |
| HSV(B) | 277.61º | 0.61% | 0.85% | - |
| XYZ | 31.97 | 19.73 | 68.45 | - |
| YUV | 124.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 218 | 0.23 | 0.61 | 0 | 0.15 | 277.61 | 0.64 | 0.59 |
| Hex | A8 | 54 | DA | 17 | 3D | 0 | F | 116 | 40 | 3B |
| Octal | 250 | 124 | 332 | 27 | 75 | 0 | 17 | 426 | 100 | 73 |
| Binary | 10101000 | 1010100 | 11011010 | 10111 | 111101 | 0 | 1111 | 100010110 | 1000000 | 111011 |
Color Harmonies of #A854DA
Complementary color
Monochromatic Colors of #A854DA
Black with #A854DA
Text Example
Text Example
White with #A854DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854DA; }
p { color: rgb(168,84,218); }
H1.HeaderClassName
{
color: #A854DA;
}
.AnyTagClassName
{
color: #A854DA;
}
</style>
background-color css
<style>
a { background-color: #A854DA; }
a { background-color: rgb(168,84,218); }
div.DivClassName
{
background-color: #A854DA;
}
.BgClassName
{
background-color: #A854DA;
}
</style>
border-color css
<style>
span { border-color: #A854DA; }
span { border-color: rgb(168,84,218); }
td.TdClassName
{
border-color: #A854DA;
}
.TagClassName
{
border-color: #A854DA;
}
</style>