Shades of Medium Orchid #A94FDD
Tints of Medium Orchid #A94FDD
RGB
CMYK
RGB Variations
Color information
#A94FDD (or 0xA94FDD) is known color: Medium Orchid. HEX triplet: A9, 4F and DD. RGB value is (169,79,221). Sum of RGB (Red+Green+Blue) = 169+79+221=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDD is #56B022. Grayscale: #797979. Windows color (decimal): -5681187 or 14503849. OLE color: 14503849.
HSL color Cylindrical-coordinate representation of color #A94FDD: hue angle of 278.03º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94FDD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 79 | 221 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.13 |
| HSL | 278.03º | 0.68% | 0.59% | - |
| HSV(B) | 278.03º | 0.64% | 0.87% | - |
| XYZ | 32.21 | 19.25 | 70.42 | - |
| YUV | 122.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 221 | 0.24 | 0.64 | 0 | 0.13 | 278.03 | 0.68 | 0.59 |
| Hex | A9 | 4F | DD | 18 | 40 | 0 | D | 116 | 44 | 3B |
| Octal | 251 | 117 | 335 | 30 | 100 | 0 | 15 | 426 | 104 | 73 |
| Binary | 10101001 | 1001111 | 11011101 | 11000 | 1000000 | 0 | 1101 | 100010110 | 1000100 | 111011 |
Color Harmonies of #A94FDD
Complementary color
Monochromatic Colors of #A94FDD
Black with #A94FDD
Text Example
Text Example
White with #A94FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FDD; }
p { color: rgb(169,79,221); }
H1.HeaderClassName
{
color: #A94FDD;
}
.AnyTagClassName
{
color: #A94FDD;
}
</style>
background-color css
<style>
a { background-color: #A94FDD; }
a { background-color: rgb(169,79,221); }
div.DivClassName
{
background-color: #A94FDD;
}
.BgClassName
{
background-color: #A94FDD;
}
</style>
border-color css
<style>
span { border-color: #A94FDD; }
span { border-color: rgb(169,79,221); }
td.TdClassName
{
border-color: #A94FDD;
}
.TagClassName
{
border-color: #A94FDD;
}
</style>