Shades of Medium Orchid #A858DD
Tints of Medium Orchid #A858DD
RGB
CMYK
RGB Variations
Color information
#A858DD (or 0xA858DD) is known color: Medium Orchid. HEX triplet: A8, 58 and DD. RGB value is (168,88,221). Sum of RGB (Red+Green+Blue) = 168+88+221=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A858DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858DD is #57A722. Grayscale: #7E7E7E. Windows color (decimal): -5744419 or 14506152. OLE color: 14506152.
HSL color Cylindrical-coordinate representation of color #A858DD: hue angle of 276.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A858DD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 88 | 221 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 276.09º | 0.66% | 0.61% | - |
| HSV(B) | 276.09º | 0.6% | 0.87% | - |
| XYZ | 32.69 | 20.52 | 70.65 | - |
| YUV | 127.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 221 | 0.24 | 0.60 | 0 | 0.13 | 276.09 | 0.66 | 0.61 |
| Hex | A8 | 58 | DD | 18 | 3C | 0 | D | 114 | 42 | 3D |
| Octal | 250 | 130 | 335 | 30 | 74 | 0 | 15 | 424 | 102 | 75 |
| Binary | 10101000 | 1011000 | 11011101 | 11000 | 111100 | 0 | 1101 | 100010100 | 1000010 | 111101 |
Color Harmonies of #A858DD
Complementary color
Monochromatic Colors of #A858DD
Black with #A858DD
Text Example
Text Example
White with #A858DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858DD; }
p { color: rgb(168,88,221); }
H1.HeaderClassName
{
color: #A858DD;
}
.AnyTagClassName
{
color: #A858DD;
}
</style>
background-color css
<style>
a { background-color: #A858DD; }
a { background-color: rgb(168,88,221); }
div.DivClassName
{
background-color: #A858DD;
}
.BgClassName
{
background-color: #A858DD;
}
</style>
border-color css
<style>
span { border-color: #A858DD; }
span { border-color: rgb(168,88,221); }
td.TdClassName
{
border-color: #A858DD;
}
.TagClassName
{
border-color: #A858DD;
}
</style>