Shades of Medium Orchid #A951EE
Tints of Medium Orchid #A951EE
RGB
CMYK
RGB Variations
Color information
#A951EE (or 0xA951EE) is known color: Medium Orchid. HEX triplet: A9, 51 and EE. RGB value is (169,81,238). Sum of RGB (Red+Green+Blue) = 169+81+238=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #A951EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951EE is #56AE11. Grayscale: #7C7C7C. Windows color (decimal): -5680658 or 15618473. OLE color: 15618473.
HSL color Cylindrical-coordinate representation of color #A951EE: hue angle of 273.63º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A951EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 81 | 238 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.63º | 0.82% | 0.63% | - |
| HSV(B) | 273.63º | 0.66% | 0.93% | - |
| XYZ | 34.74 | 20.49 | 83.01 | - |
| YUV | 125.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 238 | 0.29 | 0.66 | 0 | 0.07 | 273.63 | 0.82 | 0.63 |
| Hex | A9 | 51 | EE | 1D | 42 | 0 | 7 | 112 | 52 | 3F |
| Octal | 251 | 121 | 356 | 35 | 102 | 0 | 7 | 422 | 122 | 77 |
| Binary | 10101001 | 1010001 | 11101110 | 11101 | 1000010 | 0 | 111 | 100010010 | 1010010 | 111111 |
Color Harmonies of #A951EE
Complementary color
Monochromatic Colors of #A951EE
Black with #A951EE
Text Example
Text Example
White with #A951EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951EE; }
p { color: rgb(169,81,238); }
H1.HeaderClassName
{
color: #A951EE;
}
.AnyTagClassName
{
color: #A951EE;
}
</style>
background-color css
<style>
a { background-color: #A951EE; }
a { background-color: rgb(169,81,238); }
div.DivClassName
{
background-color: #A951EE;
}
.BgClassName
{
background-color: #A951EE;
}
</style>
border-color css
<style>
span { border-color: #A951EE; }
span { border-color: rgb(169,81,238); }
td.TdClassName
{
border-color: #A951EE;
}
.TagClassName
{
border-color: #A951EE;
}
</style>