Shades of Medium Orchid #A944EF
Tints of Medium Orchid #A944EF
RGB
CMYK
RGB Variations
Color information
#A944EF (or 0xA944EF) is known color: Medium Orchid. HEX triplet: A9, 44 and EF. RGB value is (169,68,239). Sum of RGB (Red+Green+Blue) = 169+68+239=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #A944EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A944EF is #56BB10. Grayscale: #757575. Windows color (decimal): -5683985 or 15680681. OLE color: 15680681.
HSL color Cylindrical-coordinate representation of color #A944EF: hue angle of 275.44º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A944EF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 68 | 239 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.06 |
| HSL | 275.44º | 0.84% | 0.6% | - |
| HSV(B) | 275.44º | 0.72% | 0.94% | - |
| XYZ | 34.01 | 18.8 | 83.5 | - |
| YUV | 117.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 239 | 0.29 | 0.72 | 0 | 0.06 | 275.44 | 0.84 | 0.6 |
| Hex | A9 | 44 | EF | 1D | 48 | 0 | 6 | 113 | 54 | 3C |
| Octal | 251 | 104 | 357 | 35 | 110 | 0 | 6 | 423 | 124 | 74 |
| Binary | 10101001 | 1000100 | 11101111 | 11101 | 1001000 | 0 | 110 | 100010011 | 1010100 | 111100 |
Color Harmonies of #A944EF
Complementary color
Monochromatic Colors of #A944EF
Black with #A944EF
Text Example
Text Example
White with #A944EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A944EF; }
p { color: rgb(169,68,239); }
H1.HeaderClassName
{
color: #A944EF;
}
.AnyTagClassName
{
color: #A944EF;
}
</style>
background-color css
<style>
a { background-color: #A944EF; }
a { background-color: rgb(169,68,239); }
div.DivClassName
{
background-color: #A944EF;
}
.BgClassName
{
background-color: #A944EF;
}
</style>
border-color css
<style>
span { border-color: #A944EF; }
span { border-color: rgb(169,68,239); }
td.TdClassName
{
border-color: #A944EF;
}
.TagClassName
{
border-color: #A944EF;
}
</style>