Shades of Medium Orchid #A94ADF
Tints of Medium Orchid #A94ADF
RGB
CMYK
RGB Variations
Color information
#A94ADF (or 0xA94ADF) is known color: Medium Orchid. HEX triplet: A9, 4A and DF. RGB value is (169,74,223). Sum of RGB (Red+Green+Blue) = 169+74+223=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #A94ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ADF is #56B520. Grayscale: #767676. Windows color (decimal): -5682465 or 14633641. OLE color: 14633641.
HSL color Cylindrical-coordinate representation of color #A94ADF: hue angle of 278.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94ADF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 74 | 223 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.13 |
| HSL | 278.26º | 0.7% | 0.58% | - |
| HSV(B) | 278.26º | 0.67% | 0.87% | - |
| XYZ | 32.13 | 18.66 | 71.72 | - |
| YUV | 119.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 223 | 0.24 | 0.67 | 0 | 0.13 | 278.26 | 0.7 | 0.58 |
| Hex | A9 | 4A | DF | 18 | 43 | 0 | D | 116 | 46 | 3A |
| Octal | 251 | 112 | 337 | 30 | 103 | 0 | 15 | 426 | 106 | 72 |
| Binary | 10101001 | 1001010 | 11011111 | 11000 | 1000011 | 0 | 1101 | 100010110 | 1000110 | 111010 |
Color Harmonies of #A94ADF
Complementary color
Monochromatic Colors of #A94ADF
Black with #A94ADF
Text Example
Text Example
White with #A94ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ADF; }
p { color: rgb(169,74,223); }
H1.HeaderClassName
{
color: #A94ADF;
}
.AnyTagClassName
{
color: #A94ADF;
}
</style>
background-color css
<style>
a { background-color: #A94ADF; }
a { background-color: rgb(169,74,223); }
div.DivClassName
{
background-color: #A94ADF;
}
.BgClassName
{
background-color: #A94ADF;
}
</style>
border-color css
<style>
span { border-color: #A94ADF; }
span { border-color: rgb(169,74,223); }
td.TdClassName
{
border-color: #A94ADF;
}
.TagClassName
{
border-color: #A94ADF;
}
</style>