Shades of Medium Orchid #A947EA
Tints of Medium Orchid #A947EA
RGB
CMYK
RGB Variations
Color information
#A947EA (or 0xA947EA) is known color: Medium Orchid. HEX triplet: A9, 47 and EA. RGB value is (169,71,234). Sum of RGB (Red+Green+Blue) = 169+71+234=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A947EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A947EA is #56B815. Grayscale: #767676. Windows color (decimal): -5683222 or 15353769. OLE color: 15353769.
HSL color Cylindrical-coordinate representation of color #A947EA: hue angle of 276.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A947EA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 71 | 234 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.08 |
| HSL | 276.07º | 0.8% | 0.6% | - |
| HSV(B) | 276.07º | 0.7% | 0.92% | - |
| XYZ | 33.47 | 18.88 | 79.72 | - |
| YUV | 118.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 234 | 0.28 | 0.70 | 0 | 0.08 | 276.07 | 0.8 | 0.6 |
| Hex | A9 | 47 | EA | 1C | 46 | 0 | 8 | 114 | 50 | 3C |
| Octal | 251 | 107 | 352 | 34 | 106 | 0 | 10 | 424 | 120 | 74 |
| Binary | 10101001 | 1000111 | 11101010 | 11100 | 1000110 | 0 | 1000 | 100010100 | 1010000 | 111100 |
Color Harmonies of #A947EA
Complementary color
Monochromatic Colors of #A947EA
Black with #A947EA
Text Example
Text Example
White with #A947EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947EA; }
p { color: rgb(169,71,234); }
H1.HeaderClassName
{
color: #A947EA;
}
.AnyTagClassName
{
color: #A947EA;
}
</style>
background-color css
<style>
a { background-color: #A947EA; }
a { background-color: rgb(169,71,234); }
div.DivClassName
{
background-color: #A947EA;
}
.BgClassName
{
background-color: #A947EA;
}
</style>
border-color css
<style>
span { border-color: #A947EA; }
span { border-color: rgb(169,71,234); }
td.TdClassName
{
border-color: #A947EA;
}
.TagClassName
{
border-color: #A947EA;
}
</style>