Shades of Medium Orchid #A94FDA
Tints of Medium Orchid #A94FDA
RGB
CMYK
RGB Variations
Color information
#A94FDA (or 0xA94FDA) is known color: Medium Orchid. HEX triplet: A9, 4F and DA. RGB value is (169,79,218). Sum of RGB (Red+Green+Blue) = 169+79+218=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #A94FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDA is #56B025. Grayscale: #797979. Windows color (decimal): -5681190 or 14307241. OLE color: 14307241.
HSL color Cylindrical-coordinate representation of color #A94FDA: hue angle of 278.85º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94FDA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 79 | 218 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.15 |
| HSL | 278.85º | 0.65% | 0.58% | - |
| HSV(B) | 278.85º | 0.64% | 0.85% | - |
| XYZ | 31.81 | 19.09 | 68.34 | - |
| YUV | 121.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 218 | 0.22 | 0.64 | 0 | 0.15 | 278.85 | 0.65 | 0.58 |
| Hex | A9 | 4F | DA | 16 | 40 | 0 | F | 117 | 41 | 3A |
| Octal | 251 | 117 | 332 | 26 | 100 | 0 | 17 | 427 | 101 | 72 |
| Binary | 10101001 | 1001111 | 11011010 | 10110 | 1000000 | 0 | 1111 | 100010111 | 1000001 | 111010 |
Color Harmonies of #A94FDA
Complementary color
Monochromatic Colors of #A94FDA
Black with #A94FDA
Text Example
Text Example
White with #A94FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FDA; }
p { color: rgb(169,79,218); }
H1.HeaderClassName
{
color: #A94FDA;
}
.AnyTagClassName
{
color: #A94FDA;
}
</style>
background-color css
<style>
a { background-color: #A94FDA; }
a { background-color: rgb(169,79,218); }
div.DivClassName
{
background-color: #A94FDA;
}
.BgClassName
{
background-color: #A94FDA;
}
</style>
border-color css
<style>
span { border-color: #A94FDA; }
span { border-color: rgb(169,79,218); }
td.TdClassName
{
border-color: #A94FDA;
}
.TagClassName
{
border-color: #A94FDA;
}
</style>