Shades of Medium Orchid #A655DD
Tints of Medium Orchid #A655DD
RGB
CMYK
RGB Variations
Color information
#A655DD (or 0xA655DD) is known color: Medium Orchid. HEX triplet: A6, 55 and DD. RGB value is (166,85,221). Sum of RGB (Red+Green+Blue) = 166+85+221=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A655DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655DD is #59AA22. Grayscale: #7C7C7C. Windows color (decimal): -5876259 or 14505382. OLE color: 14505382.
HSL color Cylindrical-coordinate representation of color #A655DD: hue angle of 275.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A655DD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 85 | 221 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.13 |
| HSL | 275.74º | 0.67% | 0.6% | - |
| HSV(B) | 275.74º | 0.62% | 0.87% | - |
| XYZ | 32.03 | 19.82 | 70.55 | - |
| YUV | 124.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 221 | 0.25 | 0.62 | 0 | 0.13 | 275.74 | 0.67 | 0.6 |
| Hex | A6 | 55 | DD | 19 | 3E | 0 | D | 114 | 43 | 3C |
| Octal | 246 | 125 | 335 | 31 | 76 | 0 | 15 | 424 | 103 | 74 |
| Binary | 10100110 | 1010101 | 11011101 | 11001 | 111110 | 0 | 1101 | 100010100 | 1000011 | 111100 |
Color Harmonies of #A655DD
Complementary color
Monochromatic Colors of #A655DD
Black with #A655DD
Text Example
Text Example
White with #A655DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655DD; }
p { color: rgb(166,85,221); }
H1.HeaderClassName
{
color: #A655DD;
}
.AnyTagClassName
{
color: #A655DD;
}
</style>
background-color css
<style>
a { background-color: #A655DD; }
a { background-color: rgb(166,85,221); }
div.DivClassName
{
background-color: #A655DD;
}
.BgClassName
{
background-color: #A655DD;
}
</style>
border-color css
<style>
span { border-color: #A655DD; }
span { border-color: rgb(166,85,221); }
td.TdClassName
{
border-color: #A655DD;
}
.TagClassName
{
border-color: #A655DD;
}
</style>