Shades of Medium Orchid #A950FC
Tints of Medium Orchid #A950FC
RGB
CMYK
RGB Variations
Color information
#A950FC (or 0xA950FC) is known color: Medium Orchid. HEX triplet: A9, 50 and FC. RGB value is (169,80,252). Sum of RGB (Red+Green+Blue) = 169+80+252=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A950FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FC is #56AF03. Grayscale: #7D7D7D. Windows color (decimal): -5680900 or 16535721. OLE color: 16535721.
HSL color Cylindrical-coordinate representation of color #A950FC: hue angle of 271.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A950FC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 80 | 252 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.01 |
| HSL | 271.05º | 0.97% | 0.65% | - |
| HSV(B) | 271.05º | 0.68% | 0.99% | - |
| XYZ | 36.8 | 21.2 | 94.25 | - |
| YUV | 126.22 | 198.99 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 252 | 0.33 | 0.68 | 0 | 0.01 | 271.05 | 0.97 | 0.65 |
| Hex | A9 | 50 | FC | 21 | 44 | 0 | 1 | 10F | 61 | 41 |
| Octal | 251 | 120 | 374 | 41 | 104 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101001 | 1010000 | 11111100 | 100001 | 1000100 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A950FC
Complementary color
Monochromatic Colors of #A950FC
Black with #A950FC
Text Example
Text Example
White with #A950FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950FC; }
p { color: rgb(169,80,252); }
H1.HeaderClassName
{
color: #A950FC;
}
.AnyTagClassName
{
color: #A950FC;
}
</style>
background-color css
<style>
a { background-color: #A950FC; }
a { background-color: rgb(169,80,252); }
div.DivClassName
{
background-color: #A950FC;
}
.BgClassName
{
background-color: #A950FC;
}
</style>
border-color css
<style>
span { border-color: #A950FC; }
span { border-color: rgb(169,80,252); }
td.TdClassName
{
border-color: #A950FC;
}
.TagClassName
{
border-color: #A950FC;
}
</style>