Shades of Medium Orchid #A951EC
Tints of Medium Orchid #A951EC
RGB
CMYK
RGB Variations
Color information
#A951EC (or 0xA951EC) is known color: Medium Orchid. HEX triplet: A9, 51 and EC. RGB value is (169,81,236). Sum of RGB (Red+Green+Blue) = 169+81+236=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A951EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951EC is #56AE13. Grayscale: #7C7C7C. Windows color (decimal): -5680660 or 15487401. OLE color: 15487401.
HSL color Cylindrical-coordinate representation of color #A951EC: hue angle of 274.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A951EC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 81 | 236 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.07 |
| HSL | 274.06º | 0.8% | 0.62% | - |
| HSV(B) | 274.06º | 0.66% | 0.93% | - |
| XYZ | 34.44 | 20.38 | 81.47 | - |
| YUV | 124.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 236 | 0.28 | 0.66 | 0 | 0.07 | 274.06 | 0.8 | 0.62 |
| Hex | A9 | 51 | EC | 1C | 42 | 0 | 7 | 112 | 50 | 3E |
| Octal | 251 | 121 | 354 | 34 | 102 | 0 | 7 | 422 | 120 | 76 |
| Binary | 10101001 | 1010001 | 11101100 | 11100 | 1000010 | 0 | 111 | 100010010 | 1010000 | 111110 |
Color Harmonies of #A951EC
Complementary color
Monochromatic Colors of #A951EC
Black with #A951EC
Text Example
Text Example
White with #A951EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951EC; }
p { color: rgb(169,81,236); }
H1.HeaderClassName
{
color: #A951EC;
}
.AnyTagClassName
{
color: #A951EC;
}
</style>
background-color css
<style>
a { background-color: #A951EC; }
a { background-color: rgb(169,81,236); }
div.DivClassName
{
background-color: #A951EC;
}
.BgClassName
{
background-color: #A951EC;
}
</style>
border-color css
<style>
span { border-color: #A951EC; }
span { border-color: rgb(169,81,236); }
td.TdClassName
{
border-color: #A951EC;
}
.TagClassName
{
border-color: #A951EC;
}
</style>