Shades of Medium Orchid #A857DD
Tints of Medium Orchid #A857DD
RGB
CMYK
RGB Variations
Color information
#A857DD (or 0xA857DD) is known color: Medium Orchid. HEX triplet: A8, 57 and DD. RGB value is (168,87,221). Sum of RGB (Red+Green+Blue) = 168+87+221=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A857DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DD is #57A822. Grayscale: #7E7E7E. Windows color (decimal): -5744675 or 14505896. OLE color: 14505896.
HSL color Cylindrical-coordinate representation of color #A857DD: hue angle of 276.27º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A857DD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 87 | 221 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.13 |
| HSL | 276.27º | 0.66% | 0.6% | - |
| HSV(B) | 276.27º | 0.61% | 0.87% | - |
| XYZ | 32.61 | 20.36 | 70.62 | - |
| YUV | 126.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 221 | 0.24 | 0.61 | 0 | 0.13 | 276.27 | 0.66 | 0.6 |
| Hex | A8 | 57 | DD | 18 | 3D | 0 | D | 114 | 42 | 3C |
| Octal | 250 | 127 | 335 | 30 | 75 | 0 | 15 | 424 | 102 | 74 |
| Binary | 10101000 | 1010111 | 11011101 | 11000 | 111101 | 0 | 1101 | 100010100 | 1000010 | 111100 |
Color Harmonies of #A857DD
Complementary color
Monochromatic Colors of #A857DD
Black with #A857DD
Text Example
Text Example
White with #A857DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857DD; }
p { color: rgb(168,87,221); }
H1.HeaderClassName
{
color: #A857DD;
}
.AnyTagClassName
{
color: #A857DD;
}
</style>
background-color css
<style>
a { background-color: #A857DD; }
a { background-color: rgb(168,87,221); }
div.DivClassName
{
background-color: #A857DD;
}
.BgClassName
{
background-color: #A857DD;
}
</style>
border-color css
<style>
span { border-color: #A857DD; }
span { border-color: rgb(168,87,221); }
td.TdClassName
{
border-color: #A857DD;
}
.TagClassName
{
border-color: #A857DD;
}
</style>