Shades of Medium Orchid #A656CF
Tints of Medium Orchid #A656CF
RGB
CMYK
RGB Variations
Color information
#A656CF (or 0xA656CF) is known color: Medium Orchid. HEX triplet: A6, 56 and CF. RGB value is (166,86,207). Sum of RGB (Red+Green+Blue) = 166+86+207=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A656CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656CF is #59A930. Grayscale: #7B7B7B. Windows color (decimal): -5876017 or 13588134. OLE color: 13588134.
HSL color Cylindrical-coordinate representation of color #A656CF: hue angle of 279.67º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A656CF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 86 | 207 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.19 |
| HSL | 279.67º | 0.56% | 0.57% | - |
| HSV(B) | 279.67º | 0.58% | 0.81% | - |
| XYZ | 30.32 | 19.27 | 61.15 | - |
| YUV | 123.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 207 | 0.20 | 0.58 | 0 | 0.19 | 279.67 | 0.56 | 0.57 |
| Hex | A6 | 56 | CF | 14 | 3A | 0 | 13 | 118 | 38 | 39 |
| Octal | 246 | 126 | 317 | 24 | 72 | 0 | 23 | 430 | 70 | 71 |
| Binary | 10100110 | 1010110 | 11001111 | 10100 | 111010 | 0 | 10011 | 100011000 | 111000 | 111001 |
Color Harmonies of #A656CF
Complementary color
Monochromatic Colors of #A656CF
Black with #A656CF
Text Example
Text Example
White with #A656CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656CF; }
p { color: rgb(166,86,207); }
H1.HeaderClassName
{
color: #A656CF;
}
.AnyTagClassName
{
color: #A656CF;
}
</style>
background-color css
<style>
a { background-color: #A656CF; }
a { background-color: rgb(166,86,207); }
div.DivClassName
{
background-color: #A656CF;
}
.BgClassName
{
background-color: #A656CF;
}
</style>
border-color css
<style>
span { border-color: #A656CF; }
span { border-color: rgb(166,86,207); }
td.TdClassName
{
border-color: #A656CF;
}
.TagClassName
{
border-color: #A656CF;
}
</style>