Shades of Medium Orchid #A951CF
Tints of Medium Orchid #A951CF
RGB
CMYK
RGB Variations
Color information
#A951CF (or 0xA951CF) is known color: Medium Orchid. HEX triplet: A9, 51 and CF. RGB value is (169,81,207). Sum of RGB (Red+Green+Blue) = 169+81+207=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A951CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951CF is #56AE30. Grayscale: #797979. Windows color (decimal): -5680689 or 13586857. OLE color: 13586857.
HSL color Cylindrical-coordinate representation of color #A951CF: hue angle of 281.9º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A951CF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 81 | 207 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.19 |
| HSL | 281.9º | 0.57% | 0.56% | - |
| HSV(B) | 281.9º | 0.61% | 0.81% | - |
| XYZ | 30.57 | 18.82 | 61.05 | - |
| YUV | 121.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 207 | 0.18 | 0.61 | 0 | 0.19 | 281.9 | 0.57 | 0.56 |
| Hex | A9 | 51 | CF | 12 | 3D | 0 | 13 | 11A | 39 | 38 |
| Octal | 251 | 121 | 317 | 22 | 75 | 0 | 23 | 432 | 71 | 70 |
| Binary | 10101001 | 1010001 | 11001111 | 10010 | 111101 | 0 | 10011 | 100011010 | 111001 | 111000 |
Color Harmonies of #A951CF
Complementary color
Monochromatic Colors of #A951CF
Black with #A951CF
Text Example
Text Example
White with #A951CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951CF; }
p { color: rgb(169,81,207); }
H1.HeaderClassName
{
color: #A951CF;
}
.AnyTagClassName
{
color: #A951CF;
}
</style>
background-color css
<style>
a { background-color: #A951CF; }
a { background-color: rgb(169,81,207); }
div.DivClassName
{
background-color: #A951CF;
}
.BgClassName
{
background-color: #A951CF;
}
</style>
border-color css
<style>
span { border-color: #A951CF; }
span { border-color: rgb(169,81,207); }
td.TdClassName
{
border-color: #A951CF;
}
.TagClassName
{
border-color: #A951CF;
}
</style>