Shades of Medium Orchid #A652D7
Tints of Medium Orchid #A652D7
RGB
CMYK
RGB Variations
Color information
#A652D7 (or 0xA652D7) is known color: Medium Orchid. HEX triplet: A6, 52 and D7. RGB value is (166,82,215). Sum of RGB (Red+Green+Blue) = 166+82+215=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #A652D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652D7 is #59AD28. Grayscale: #797979. Windows color (decimal): -5877033 or 14111398. OLE color: 14111398.
HSL color Cylindrical-coordinate representation of color #A652D7: hue angle of 277.89º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A652D7 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 82 | 215 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.16 |
| HSL | 277.89º | 0.62% | 0.58% | - |
| HSV(B) | 277.89º | 0.62% | 0.84% | - |
| XYZ | 31.01 | 19.05 | 66.33 | - |
| YUV | 122.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 215 | 0.23 | 0.62 | 0 | 0.16 | 277.89 | 0.62 | 0.58 |
| Hex | A6 | 52 | D7 | 17 | 3E | 0 | 10 | 116 | 3E | 3A |
| Octal | 246 | 122 | 327 | 27 | 76 | 0 | 20 | 426 | 76 | 72 |
| Binary | 10100110 | 1010010 | 11010111 | 10111 | 111110 | 0 | 10000 | 100010110 | 111110 | 111010 |
Color Harmonies of #A652D7
Complementary color
Monochromatic Colors of #A652D7
Black with #A652D7
Text Example
Text Example
White with #A652D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652D7; }
p { color: rgb(166,82,215); }
H1.HeaderClassName
{
color: #A652D7;
}
.AnyTagClassName
{
color: #A652D7;
}
</style>
background-color css
<style>
a { background-color: #A652D7; }
a { background-color: rgb(166,82,215); }
div.DivClassName
{
background-color: #A652D7;
}
.BgClassName
{
background-color: #A652D7;
}
</style>
border-color css
<style>
span { border-color: #A652D7; }
span { border-color: rgb(166,82,215); }
td.TdClassName
{
border-color: #A652D7;
}
.TagClassName
{
border-color: #A652D7;
}
</style>