Shades of Medium Orchid #A94ACD
Tints of Medium Orchid #A94ACD
RGB
CMYK
RGB Variations
Color information
#A94ACD (or 0xA94ACD) is known color: Medium Orchid. HEX triplet: A9, 4A and CD. RGB value is (169,74,205). Sum of RGB (Red+Green+Blue) = 169+74+205=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A94ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ACD is #56B532. Grayscale: #747474. Windows color (decimal): -5682483 or 13453993. OLE color: 13453993.
HSL color Cylindrical-coordinate representation of color #A94ACD: hue angle of 283.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94ACD is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 74 | 205 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.20 |
| HSL | 283.51º | 0.57% | 0.55% | - |
| HSV(B) | 283.51º | 0.64% | 0.8% | - |
| XYZ | 29.83 | 17.74 | 59.61 | - |
| YUV | 117.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 205 | 0.18 | 0.64 | 0 | 0.20 | 283.51 | 0.57 | 0.55 |
| Hex | A9 | 4A | CD | 12 | 40 | 0 | 14 | 11C | 39 | 37 |
| Octal | 251 | 112 | 315 | 22 | 100 | 0 | 24 | 434 | 71 | 67 |
| Binary | 10101001 | 1001010 | 11001101 | 10010 | 1000000 | 0 | 10100 | 100011100 | 111001 | 110111 |
Color Harmonies of #A94ACD
Complementary color
Monochromatic Colors of #A94ACD
Black with #A94ACD
Text Example
Text Example
White with #A94ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ACD; }
p { color: rgb(169,74,205); }
H1.HeaderClassName
{
color: #A94ACD;
}
.AnyTagClassName
{
color: #A94ACD;
}
</style>
background-color css
<style>
a { background-color: #A94ACD; }
a { background-color: rgb(169,74,205); }
div.DivClassName
{
background-color: #A94ACD;
}
.BgClassName
{
background-color: #A94ACD;
}
</style>
border-color css
<style>
span { border-color: #A94ACD; }
span { border-color: rgb(169,74,205); }
td.TdClassName
{
border-color: #A94ACD;
}
.TagClassName
{
border-color: #A94ACD;
}
</style>