Shades of Medium Orchid #A759CE
Tints of Medium Orchid #A759CE
RGB
CMYK
RGB Variations
Color information
#A759CE (or 0xA759CE) is known color: Medium Orchid. HEX triplet: A7, 59 and CE. RGB value is (167,89,206). Sum of RGB (Red+Green+Blue) = 167+89+206=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A759CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759CE is #58A631. Grayscale: #7D7D7D. Windows color (decimal): -5809714 or 13523367. OLE color: 13523367.
HSL color Cylindrical-coordinate representation of color #A759CE: hue angle of 280º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A759CE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 89 | 206 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.19 |
| HSL | 280º | 0.54% | 0.58% | - |
| HSV(B) | 280º | 0.57% | 0.81% | - |
| XYZ | 30.65 | 19.82 | 60.6 | - |
| YUV | 125.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 206 | 0.19 | 0.57 | 0 | 0.19 | 280 | 0.54 | 0.58 |
| Hex | A7 | 59 | CE | 13 | 39 | 0 | 13 | 118 | 36 | 3A |
| Octal | 247 | 131 | 316 | 23 | 71 | 0 | 23 | 430 | 66 | 72 |
| Binary | 10100111 | 1011001 | 11001110 | 10011 | 111001 | 0 | 10011 | 100011000 | 110110 | 111010 |
Color Harmonies of #A759CE
Complementary color
Monochromatic Colors of #A759CE
Black with #A759CE
Text Example
Text Example
White with #A759CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759CE; }
p { color: rgb(167,89,206); }
H1.HeaderClassName
{
color: #A759CE;
}
.AnyTagClassName
{
color: #A759CE;
}
</style>
background-color css
<style>
a { background-color: #A759CE; }
a { background-color: rgb(167,89,206); }
div.DivClassName
{
background-color: #A759CE;
}
.BgClassName
{
background-color: #A759CE;
}
</style>
border-color css
<style>
span { border-color: #A759CE; }
span { border-color: rgb(167,89,206); }
td.TdClassName
{
border-color: #A759CE;
}
.TagClassName
{
border-color: #A759CE;
}
</style>