Shades of Medium Orchid #A94CDA
Tints of Medium Orchid #A94CDA
RGB
CMYK
RGB Variations
Color information
#A94CDA (or 0xA94CDA) is known color: Medium Orchid. HEX triplet: A9, 4C and DA. RGB value is (169,76,218). Sum of RGB (Red+Green+Blue) = 169+76+218=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A94CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CDA is #56B325. Grayscale: #777777. Windows color (decimal): -5681958 or 14306473. OLE color: 14306473.
HSL color Cylindrical-coordinate representation of color #A94CDA: hue angle of 279.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94CDA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 76 | 218 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.15 |
| HSL | 279.3º | 0.66% | 0.58% | - |
| HSV(B) | 279.3º | 0.65% | 0.85% | - |
| XYZ | 31.6 | 18.67 | 68.27 | - |
| YUV | 120 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 218 | 0.22 | 0.65 | 0 | 0.15 | 279.3 | 0.66 | 0.58 |
| Hex | A9 | 4C | DA | 16 | 41 | 0 | F | 117 | 42 | 3A |
| Octal | 251 | 114 | 332 | 26 | 101 | 0 | 17 | 427 | 102 | 72 |
| Binary | 10101001 | 1001100 | 11011010 | 10110 | 1000001 | 0 | 1111 | 100010111 | 1000010 | 111010 |
Color Harmonies of #A94CDA
Complementary color
Monochromatic Colors of #A94CDA
Black with #A94CDA
Text Example
Text Example
White with #A94CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CDA; }
p { color: rgb(169,76,218); }
H1.HeaderClassName
{
color: #A94CDA;
}
.AnyTagClassName
{
color: #A94CDA;
}
</style>
background-color css
<style>
a { background-color: #A94CDA; }
a { background-color: rgb(169,76,218); }
div.DivClassName
{
background-color: #A94CDA;
}
.BgClassName
{
background-color: #A94CDA;
}
</style>
border-color css
<style>
span { border-color: #A94CDA; }
span { border-color: rgb(169,76,218); }
td.TdClassName
{
border-color: #A94CDA;
}
.TagClassName
{
border-color: #A94CDA;
}
</style>