Shades of Medium Orchid #A951FC
Tints of Medium Orchid #A951FC
RGB
CMYK
RGB Variations
Color information
#A951FC (or 0xA951FC) is known color: Medium Orchid. HEX triplet: A9, 51 and FC. RGB value is (169,81,252). Sum of RGB (Red+Green+Blue) = 169+81+252=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #A951FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FC is #56AE03. Grayscale: #7E7E7E. Windows color (decimal): -5680644 or 16535977. OLE color: 16535977.
HSL color Cylindrical-coordinate representation of color #A951FC: hue angle of 270.88º 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 #A951FC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 81 | 252 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.01 |
| HSL | 270.88º | 0.97% | 0.65% | - |
| HSV(B) | 270.88º | 0.68% | 0.99% | - |
| XYZ | 36.88 | 21.35 | 94.27 | - |
| YUV | 126.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 252 | 0.33 | 0.68 | 0 | 0.01 | 270.88 | 0.97 | 0.65 |
| Hex | A9 | 51 | FC | 21 | 44 | 0 | 1 | 10F | 61 | 41 |
| Octal | 251 | 121 | 374 | 41 | 104 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101001 | 1010001 | 11111100 | 100001 | 1000100 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A951FC
Complementary color
Monochromatic Colors of #A951FC
Black with #A951FC
Text Example
Text Example
White with #A951FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951FC; }
p { color: rgb(169,81,252); }
H1.HeaderClassName
{
color: #A951FC;
}
.AnyTagClassName
{
color: #A951FC;
}
</style>
background-color css
<style>
a { background-color: #A951FC; }
a { background-color: rgb(169,81,252); }
div.DivClassName
{
background-color: #A951FC;
}
.BgClassName
{
background-color: #A951FC;
}
</style>
border-color css
<style>
span { border-color: #A951FC; }
span { border-color: rgb(169,81,252); }
td.TdClassName
{
border-color: #A951FC;
}
.TagClassName
{
border-color: #A951FC;
}
</style>