Shades of Medium Orchid #A950CF
Tints of Medium Orchid #A950CF
RGB
CMYK
RGB Variations
Color information
#A950CF (or 0xA950CF) is known color: Medium Orchid. HEX triplet: A9, 50 and CF. RGB value is (169,80,207). Sum of RGB (Red+Green+Blue) = 169+80+207=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A950CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950CF is #56AF30. Grayscale: #787878. Windows color (decimal): -5680945 or 13586601. OLE color: 13586601.
HSL color Cylindrical-coordinate representation of color #A950CF: hue angle of 282.05º 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 #A950CF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 80 | 207 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.19 |
| HSL | 282.05º | 0.57% | 0.56% | - |
| HSV(B) | 282.05º | 0.61% | 0.81% | - |
| XYZ | 30.49 | 18.68 | 61.03 | - |
| YUV | 121.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 207 | 0.18 | 0.61 | 0 | 0.19 | 282.05 | 0.57 | 0.56 |
| Hex | A9 | 50 | CF | 12 | 3D | 0 | 13 | 11A | 39 | 38 |
| Octal | 251 | 120 | 317 | 22 | 75 | 0 | 23 | 432 | 71 | 70 |
| Binary | 10101001 | 1010000 | 11001111 | 10010 | 111101 | 0 | 10011 | 100011010 | 111001 | 111000 |
Color Harmonies of #A950CF
Complementary color
Monochromatic Colors of #A950CF
Black with #A950CF
Text Example
Text Example
White with #A950CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950CF; }
p { color: rgb(169,80,207); }
H1.HeaderClassName
{
color: #A950CF;
}
.AnyTagClassName
{
color: #A950CF;
}
</style>
background-color css
<style>
a { background-color: #A950CF; }
a { background-color: rgb(169,80,207); }
div.DivClassName
{
background-color: #A950CF;
}
.BgClassName
{
background-color: #A950CF;
}
</style>
border-color css
<style>
span { border-color: #A950CF; }
span { border-color: rgb(169,80,207); }
td.TdClassName
{
border-color: #A950CF;
}
.TagClassName
{
border-color: #A950CF;
}
</style>