Shades of Medium Orchid #A951F9
Tints of Medium Orchid #A951F9
RGB
CMYK
RGB Variations
Color information
#A951F9 (or 0xA951F9) is known color: Medium Orchid. HEX triplet: A9, 51 and F9. RGB value is (169,81,249). Sum of RGB (Red+Green+Blue) = 169+81+249=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #A951F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951F9 is #56AE06. Grayscale: #7D7D7D. Windows color (decimal): -5680647 or 16339369. OLE color: 16339369.
HSL color Cylindrical-coordinate representation of color #A951F9: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A951F9 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 81 | 249 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 271.43º | 0.93% | 0.65% | - |
| HSV(B) | 271.43º | 0.67% | 0.98% | - |
| XYZ | 36.4 | 21.16 | 91.79 | - |
| YUV | 126.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 249 | 0.32 | 0.67 | 0 | 0.02 | 271.43 | 0.93 | 0.65 |
| Hex | A9 | 51 | F9 | 20 | 43 | 0 | 2 | 10F | 5D | 41 |
| Octal | 251 | 121 | 371 | 40 | 103 | 0 | 2 | 417 | 135 | 101 |
| Binary | 10101001 | 1010001 | 11111001 | 100000 | 1000011 | 0 | 10 | 100001111 | 1011101 | 1000001 |
Color Harmonies of #A951F9
Complementary color
Monochromatic Colors of #A951F9
Black with #A951F9
Text Example
Text Example
White with #A951F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951F9; }
p { color: rgb(169,81,249); }
H1.HeaderClassName
{
color: #A951F9;
}
.AnyTagClassName
{
color: #A951F9;
}
</style>
background-color css
<style>
a { background-color: #A951F9; }
a { background-color: rgb(169,81,249); }
div.DivClassName
{
background-color: #A951F9;
}
.BgClassName
{
background-color: #A951F9;
}
</style>
border-color css
<style>
span { border-color: #A951F9; }
span { border-color: rgb(169,81,249); }
td.TdClassName
{
border-color: #A951F9;
}
.TagClassName
{
border-color: #A951F9;
}
</style>