Shades of Medium Orchid #A849F1
Tints of Medium Orchid #A849F1
RGB
CMYK
RGB Variations
Color information
#A849F1 (or 0xA849F1) is known color: Medium Orchid. HEX triplet: A8, 49 and F1. RGB value is (168,73,241). Sum of RGB (Red+Green+Blue) = 168+73+241=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A849F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849F1 is #57B60E. Grayscale: #777777. Windows color (decimal): -5748239 or 15813032. OLE color: 15813032.
HSL color Cylindrical-coordinate representation of color #A849F1: hue angle of 273.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A849F1 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 73 | 241 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.05 |
| HSL | 273.93º | 0.86% | 0.62% | - |
| HSV(B) | 273.93º | 0.7% | 0.95% | - |
| XYZ | 34.41 | 19.44 | 85.16 | - |
| YUV | 120.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 241 | 0.30 | 0.70 | 0 | 0.05 | 273.93 | 0.86 | 0.62 |
| Hex | A8 | 49 | F1 | 1E | 46 | 0 | 5 | 112 | 56 | 3E |
| Octal | 250 | 111 | 361 | 36 | 106 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101000 | 1001001 | 11110001 | 11110 | 1000110 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #A849F1
Complementary color
Monochromatic Colors of #A849F1
Black with #A849F1
Text Example
Text Example
White with #A849F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849F1; }
p { color: rgb(168,73,241); }
H1.HeaderClassName
{
color: #A849F1;
}
.AnyTagClassName
{
color: #A849F1;
}
</style>
background-color css
<style>
a { background-color: #A849F1; }
a { background-color: rgb(168,73,241); }
div.DivClassName
{
background-color: #A849F1;
}
.BgClassName
{
background-color: #A849F1;
}
</style>
border-color css
<style>
span { border-color: #A849F1; }
span { border-color: rgb(168,73,241); }
td.TdClassName
{
border-color: #A849F1;
}
.TagClassName
{
border-color: #A849F1;
}
</style>