Shades of Medium Orchid #A950DC
Tints of Medium Orchid #A950DC
RGB
CMYK
RGB Variations
Color information
#A950DC (or 0xA950DC) is known color: Medium Orchid. HEX triplet: A9, 50 and DC. RGB value is (169,80,220). Sum of RGB (Red+Green+Blue) = 169+80+220=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A950DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950DC is #56AF23. Grayscale: #7A7A7A. Windows color (decimal): -5680932 or 14438569. OLE color: 14438569.
HSL color Cylindrical-coordinate representation of color #A950DC: hue angle of 278.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A950DC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 80 | 220 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.14º | 0.67% | 0.59% | - |
| HSV(B) | 278.14º | 0.64% | 0.86% | - |
| XYZ | 32.15 | 19.34 | 69.75 | - |
| YUV | 122.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 220 | 0.23 | 0.64 | 0 | 0.14 | 278.14 | 0.67 | 0.59 |
| Hex | A9 | 50 | DC | 17 | 40 | 0 | E | 116 | 43 | 3B |
| Octal | 251 | 120 | 334 | 27 | 100 | 0 | 16 | 426 | 103 | 73 |
| Binary | 10101001 | 1010000 | 11011100 | 10111 | 1000000 | 0 | 1110 | 100010110 | 1000011 | 111011 |
Color Harmonies of #A950DC
Complementary color
Monochromatic Colors of #A950DC
Black with #A950DC
Text Example
Text Example
White with #A950DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950DC; }
p { color: rgb(169,80,220); }
H1.HeaderClassName
{
color: #A950DC;
}
.AnyTagClassName
{
color: #A950DC;
}
</style>
background-color css
<style>
a { background-color: #A950DC; }
a { background-color: rgb(169,80,220); }
div.DivClassName
{
background-color: #A950DC;
}
.BgClassName
{
background-color: #A950DC;
}
</style>
border-color css
<style>
span { border-color: #A950DC; }
span { border-color: rgb(169,80,220); }
td.TdClassName
{
border-color: #A950DC;
}
.TagClassName
{
border-color: #A950DC;
}
</style>