Shades of Medium Orchid #A951FB
Tints of Medium Orchid #A951FB
RGB
CMYK
RGB Variations
Color information
#A951FB (or 0xA951FB) is known color: Medium Orchid. HEX triplet: A9, 51 and FB. RGB value is (169,81,251). Sum of RGB (Red+Green+Blue) = 169+81+251=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A951FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FB is #56AE04. Grayscale: #7E7E7E. Windows color (decimal): -5680645 or 16470441. OLE color: 16470441.
HSL color Cylindrical-coordinate representation of color #A951FB: hue angle of 271.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A951FB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 81 | 251 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.02 |
| HSL | 271.06º | 0.96% | 0.65% | - |
| HSV(B) | 271.06º | 0.68% | 0.98% | - |
| XYZ | 36.72 | 21.28 | 93.44 | - |
| YUV | 126.69 | 198.15 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 251 | 0.33 | 0.68 | 0 | 0.02 | 271.06 | 0.96 | 0.65 |
| Hex | A9 | 51 | FB | 21 | 44 | 0 | 2 | 10F | 60 | 41 |
| Octal | 251 | 121 | 373 | 41 | 104 | 0 | 2 | 417 | 140 | 101 |
| Binary | 10101001 | 1010001 | 11111011 | 100001 | 1000100 | 0 | 10 | 100001111 | 1100000 | 1000001 |
Color Harmonies of #A951FB
Complementary color
Monochromatic Colors of #A951FB
Black with #A951FB
Text Example
Text Example
White with #A951FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951FB; }
p { color: rgb(169,81,251); }
H1.HeaderClassName
{
color: #A951FB;
}
.AnyTagClassName
{
color: #A951FB;
}
</style>
background-color css
<style>
a { background-color: #A951FB; }
a { background-color: rgb(169,81,251); }
div.DivClassName
{
background-color: #A951FB;
}
.BgClassName
{
background-color: #A951FB;
}
</style>
border-color css
<style>
span { border-color: #A951FB; }
span { border-color: rgb(169,81,251); }
td.TdClassName
{
border-color: #A951FB;
}
.TagClassName
{
border-color: #A951FB;
}
</style>