Shades of Medium Orchid #A449EB
Tints of Medium Orchid #A449EB
RGB
CMYK
RGB Variations
Color information
#A449EB (or 0xA449EB) is known color: Medium Orchid. HEX triplet: A4, 49 and EB. RGB value is (164,73,235). Sum of RGB (Red+Green+Blue) = 164+73+235=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A449EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449EB is #5BB614. Grayscale: #767676. Windows color (decimal): -6010389 or 15419812. OLE color: 15419812.
HSL color Cylindrical-coordinate representation of color #A449EB: hue angle of 273.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A449EB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 73 | 235 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.08 |
| HSL | 273.7º | 0.8% | 0.6% | - |
| HSV(B) | 273.7º | 0.69% | 0.92% | - |
| XYZ | 32.69 | 18.66 | 80.48 | - |
| YUV | 118.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 235 | 0.30 | 0.69 | 0 | 0.08 | 273.7 | 0.8 | 0.6 |
| Hex | A4 | 49 | EB | 1E | 45 | 0 | 8 | 112 | 50 | 3C |
| Octal | 244 | 111 | 353 | 36 | 105 | 0 | 10 | 422 | 120 | 74 |
| Binary | 10100100 | 1001001 | 11101011 | 11110 | 1000101 | 0 | 1000 | 100010010 | 1010000 | 111100 |
Color Harmonies of #A449EB
Complementary color
Monochromatic Colors of #A449EB
Black with #A449EB
Text Example
Text Example
White with #A449EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449EB; }
p { color: rgb(164,73,235); }
H1.HeaderClassName
{
color: #A449EB;
}
.AnyTagClassName
{
color: #A449EB;
}
</style>
background-color css
<style>
a { background-color: #A449EB; }
a { background-color: rgb(164,73,235); }
div.DivClassName
{
background-color: #A449EB;
}
.BgClassName
{
background-color: #A449EB;
}
</style>
border-color css
<style>
span { border-color: #A449EB; }
span { border-color: rgb(164,73,235); }
td.TdClassName
{
border-color: #A449EB;
}
.TagClassName
{
border-color: #A449EB;
}
</style>