Shades of Medium Orchid #A449E9
Tints of Medium Orchid #A449E9
RGB
CMYK
RGB Variations
Color information
#A449E9 (or 0xA449E9) is known color: Medium Orchid. HEX triplet: A4, 49 and E9. RGB value is (164,73,233). Sum of RGB (Red+Green+Blue) = 164+73+233=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #A449E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449E9 is #5BB616. Grayscale: #757575. Windows color (decimal): -6010391 or 15288740. OLE color: 15288740.
HSL color Cylindrical-coordinate representation of color #A449E9: hue angle of 274.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A449E9 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 73 | 233 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.09 |
| HSL | 274.13º | 0.78% | 0.6% | - |
| HSV(B) | 274.13º | 0.69% | 0.91% | - |
| XYZ | 32.4 | 18.54 | 78.96 | - |
| YUV | 118.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 233 | 0.30 | 0.69 | 0 | 0.09 | 274.13 | 0.78 | 0.6 |
| Hex | A4 | 49 | E9 | 1E | 45 | 0 | 9 | 112 | 4E | 3C |
| Octal | 244 | 111 | 351 | 36 | 105 | 0 | 11 | 422 | 116 | 74 |
| Binary | 10100100 | 1001001 | 11101001 | 11110 | 1000101 | 0 | 1001 | 100010010 | 1001110 | 111100 |
Color Harmonies of #A449E9
Complementary color
Monochromatic Colors of #A449E9
Black with #A449E9
Text Example
Text Example
White with #A449E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449E9; }
p { color: rgb(164,73,233); }
H1.HeaderClassName
{
color: #A449E9;
}
.AnyTagClassName
{
color: #A449E9;
}
</style>
background-color css
<style>
a { background-color: #A449E9; }
a { background-color: rgb(164,73,233); }
div.DivClassName
{
background-color: #A449E9;
}
.BgClassName
{
background-color: #A449E9;
}
</style>
border-color css
<style>
span { border-color: #A449E9; }
span { border-color: rgb(164,73,233); }
td.TdClassName
{
border-color: #A449E9;
}
.TagClassName
{
border-color: #A449E9;
}
</style>