Shades of Medium Orchid #A449E4
Tints of Medium Orchid #A449E4
RGB
CMYK
RGB Variations
Color information
#A449E4 (or 0xA449E4) is known color: Medium Orchid. HEX triplet: A4, 49 and E4. RGB value is (164,73,228). Sum of RGB (Red+Green+Blue) = 164+73+228=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #A449E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449E4 is #5BB61B. Grayscale: #757575. Windows color (decimal): -6010396 or 14961060. OLE color: 14961060.
HSL color Cylindrical-coordinate representation of color #A449E4: hue angle of 275.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A449E4 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 73 | 228 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.11 |
| HSL | 275.23º | 0.74% | 0.59% | - |
| HSV(B) | 275.23º | 0.68% | 0.89% | - |
| XYZ | 31.7 | 18.26 | 75.25 | - |
| YUV | 117.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 228 | 0.28 | 0.68 | 0 | 0.11 | 275.23 | 0.74 | 0.59 |
| Hex | A4 | 49 | E4 | 1C | 44 | 0 | B | 113 | 4A | 3B |
| Octal | 244 | 111 | 344 | 34 | 104 | 0 | 13 | 423 | 112 | 73 |
| Binary | 10100100 | 1001001 | 11100100 | 11100 | 1000100 | 0 | 1011 | 100010011 | 1001010 | 111011 |
Color Harmonies of #A449E4
Complementary color
Monochromatic Colors of #A449E4
Black with #A449E4
Text Example
Text Example
White with #A449E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449E4; }
p { color: rgb(164,73,228); }
H1.HeaderClassName
{
color: #A449E4;
}
.AnyTagClassName
{
color: #A449E4;
}
</style>
background-color css
<style>
a { background-color: #A449E4; }
a { background-color: rgb(164,73,228); }
div.DivClassName
{
background-color: #A449E4;
}
.BgClassName
{
background-color: #A449E4;
}
</style>
border-color css
<style>
span { border-color: #A449E4; }
span { border-color: rgb(164,73,228); }
td.TdClassName
{
border-color: #A449E4;
}
.TagClassName
{
border-color: #A449E4;
}
</style>