Shades of Medium Orchid #A951EF
Tints of Medium Orchid #A951EF
RGB
CMYK
RGB Variations
Color information
#A951EF (or 0xA951EF) is known color: Medium Orchid. HEX triplet: A9, 51 and EF. RGB value is (169,81,239). Sum of RGB (Red+Green+Blue) = 169+81+239=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #A951EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951EF is #56AE10. Grayscale: #7C7C7C. Windows color (decimal): -5680657 or 15684009. OLE color: 15684009.
HSL color Cylindrical-coordinate representation of color #A951EF: hue angle of 273.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A951EF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 81 | 239 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.06 |
| HSL | 273.42º | 0.83% | 0.63% | - |
| HSV(B) | 273.42º | 0.66% | 0.94% | - |
| XYZ | 34.88 | 20.55 | 83.79 | - |
| YUV | 125.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 239 | 0.29 | 0.66 | 0 | 0.06 | 273.42 | 0.83 | 0.63 |
| Hex | A9 | 51 | EF | 1D | 42 | 0 | 6 | 111 | 53 | 3F |
| Octal | 251 | 121 | 357 | 35 | 102 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10101001 | 1010001 | 11101111 | 11101 | 1000010 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #A951EF
Complementary color
Monochromatic Colors of #A951EF
Black with #A951EF
Text Example
Text Example
White with #A951EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951EF; }
p { color: rgb(169,81,239); }
H1.HeaderClassName
{
color: #A951EF;
}
.AnyTagClassName
{
color: #A951EF;
}
</style>
background-color css
<style>
a { background-color: #A951EF; }
a { background-color: rgb(169,81,239); }
div.DivClassName
{
background-color: #A951EF;
}
.BgClassName
{
background-color: #A951EF;
}
</style>
border-color css
<style>
span { border-color: #A951EF; }
span { border-color: rgb(169,81,239); }
td.TdClassName
{
border-color: #A951EF;
}
.TagClassName
{
border-color: #A951EF;
}
</style>