Shades of Medium Orchid #A950EF
Tints of Medium Orchid #A950EF
RGB
CMYK
RGB Variations
Color information
#A950EF (or 0xA950EF) is known color: Medium Orchid. HEX triplet: A9, 50 and EF. RGB value is (169,80,239). Sum of RGB (Red+Green+Blue) = 169+80+239=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #A950EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950EF is #56AF10. Grayscale: #7C7C7C. Windows color (decimal): -5680913 or 15683753. OLE color: 15683753.
HSL color Cylindrical-coordinate representation of color #A950EF: hue angle of 273.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A950EF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 80 | 239 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.06 |
| HSL | 273.58º | 0.83% | 0.63% | - |
| HSV(B) | 273.58º | 0.67% | 0.94% | - |
| XYZ | 34.81 | 20.4 | 83.77 | - |
| YUV | 124.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 239 | 0.29 | 0.67 | 0 | 0.06 | 273.58 | 0.83 | 0.63 |
| Hex | A9 | 50 | EF | 1D | 43 | 0 | 6 | 112 | 53 | 3F |
| Octal | 251 | 120 | 357 | 35 | 103 | 0 | 6 | 422 | 123 | 77 |
| Binary | 10101001 | 1010000 | 11101111 | 11101 | 1000011 | 0 | 110 | 100010010 | 1010011 | 111111 |
Color Harmonies of #A950EF
Complementary color
Monochromatic Colors of #A950EF
Black with #A950EF
Text Example
Text Example
White with #A950EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950EF; }
p { color: rgb(169,80,239); }
H1.HeaderClassName
{
color: #A950EF;
}
.AnyTagClassName
{
color: #A950EF;
}
</style>
background-color css
<style>
a { background-color: #A950EF; }
a { background-color: rgb(169,80,239); }
div.DivClassName
{
background-color: #A950EF;
}
.BgClassName
{
background-color: #A950EF;
}
</style>
border-color css
<style>
span { border-color: #A950EF; }
span { border-color: rgb(169,80,239); }
td.TdClassName
{
border-color: #A950EF;
}
.TagClassName
{
border-color: #A950EF;
}
</style>