Shades of Medium Orchid #A94ACE
Tints of Medium Orchid #A94ACE
RGB
CMYK
RGB Variations
Color information
#A94ACE (or 0xA94ACE) is known color: Medium Orchid. HEX triplet: A9, 4A and CE. RGB value is (169,74,206). Sum of RGB (Red+Green+Blue) = 169+74+206=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A94ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ACE is #56B531. Grayscale: #757575. Windows color (decimal): -5682482 or 13519529. OLE color: 13519529.
HSL color Cylindrical-coordinate representation of color #A94ACE: hue angle of 283.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94ACE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 74 | 206 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.19 |
| HSL | 283.18º | 0.57% | 0.55% | - |
| HSV(B) | 283.18º | 0.64% | 0.81% | - |
| XYZ | 29.95 | 17.79 | 60.25 | - |
| YUV | 117.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 206 | 0.18 | 0.64 | 0 | 0.19 | 283.18 | 0.57 | 0.55 |
| Hex | A9 | 4A | CE | 12 | 40 | 0 | 13 | 11B | 39 | 37 |
| Octal | 251 | 112 | 316 | 22 | 100 | 0 | 23 | 433 | 71 | 67 |
| Binary | 10101001 | 1001010 | 11001110 | 10010 | 1000000 | 0 | 10011 | 100011011 | 111001 | 110111 |
Color Harmonies of #A94ACE
Complementary color
Monochromatic Colors of #A94ACE
Black with #A94ACE
Text Example
Text Example
White with #A94ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ACE; }
p { color: rgb(169,74,206); }
H1.HeaderClassName
{
color: #A94ACE;
}
.AnyTagClassName
{
color: #A94ACE;
}
</style>
background-color css
<style>
a { background-color: #A94ACE; }
a { background-color: rgb(169,74,206); }
div.DivClassName
{
background-color: #A94ACE;
}
.BgClassName
{
background-color: #A94ACE;
}
</style>
border-color css
<style>
span { border-color: #A94ACE; }
span { border-color: rgb(169,74,206); }
td.TdClassName
{
border-color: #A94ACE;
}
.TagClassName
{
border-color: #A94ACE;
}
</style>