Shades of Medium Orchid #A946E1
Tints of Medium Orchid #A946E1
RGB
CMYK
RGB Variations
Color information
#A946E1 (or 0xA946E1) is known color: Medium Orchid. HEX triplet: A9, 46 and E1. RGB value is (169,70,225). Sum of RGB (Red+Green+Blue) = 169+70+225=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #A946E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946E1 is #56B91E. Grayscale: #747474. Windows color (decimal): -5683487 or 14763689. OLE color: 14763689.
HSL color Cylindrical-coordinate representation of color #A946E1: hue angle of 278.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A946E1 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 70 | 225 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.12 |
| HSL | 278.32º | 0.72% | 0.58% | - |
| HSV(B) | 278.32º | 0.69% | 0.88% | - |
| XYZ | 32.14 | 18.25 | 73.06 | - |
| YUV | 117.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 225 | 0.25 | 0.69 | 0 | 0.12 | 278.32 | 0.72 | 0.58 |
| Hex | A9 | 46 | E1 | 19 | 45 | 0 | C | 116 | 48 | 3A |
| Octal | 251 | 106 | 341 | 31 | 105 | 0 | 14 | 426 | 110 | 72 |
| Binary | 10101001 | 1000110 | 11100001 | 11001 | 1000101 | 0 | 1100 | 100010110 | 1001000 | 111010 |
Color Harmonies of #A946E1
Complementary color
Monochromatic Colors of #A946E1
Black with #A946E1
Text Example
Text Example
White with #A946E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A946E1; }
p { color: rgb(169,70,225); }
H1.HeaderClassName
{
color: #A946E1;
}
.AnyTagClassName
{
color: #A946E1;
}
</style>
background-color css
<style>
a { background-color: #A946E1; }
a { background-color: rgb(169,70,225); }
div.DivClassName
{
background-color: #A946E1;
}
.BgClassName
{
background-color: #A946E1;
}
</style>
border-color css
<style>
span { border-color: #A946E1; }
span { border-color: rgb(169,70,225); }
td.TdClassName
{
border-color: #A946E1;
}
.TagClassName
{
border-color: #A946E1;
}
</style>