Shades of Medium Orchid #A849F0
Tints of Medium Orchid #A849F0
RGB
CMYK
RGB Variations
Color information
#A849F0 (or 0xA849F0) is known color: Medium Orchid. HEX triplet: A8, 49 and F0. RGB value is (168,73,240). Sum of RGB (Red+Green+Blue) = 168+73+240=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A849F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849F0 is #57B60F. Grayscale: #777777. Windows color (decimal): -5748240 or 15747496. OLE color: 15747496.
HSL color Cylindrical-coordinate representation of color #A849F0: hue angle of 274.13º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A849F0 is Cyan = 0.3, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 73 | 240 | - |
| CMYK | 0.3 | 0.70 | 0 | 0.06 |
| HSL | 274.13º | 0.85% | 0.61% | - |
| HSV(B) | 274.13º | 0.7% | 0.94% | - |
| XYZ | 34.26 | 19.38 | 84.37 | - |
| YUV | 120.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 240 | 0.3 | 0.70 | 0 | 0.06 | 274.13 | 0.85 | 0.61 |
| Hex | A8 | 49 | F0 | 1E | 46 | 0 | 6 | 112 | 55 | 3D |
| Octal | 250 | 111 | 360 | 36 | 106 | 0 | 6 | 422 | 125 | 75 |
| Binary | 10101000 | 1001001 | 11110000 | 11110 | 1000110 | 0 | 110 | 100010010 | 1010101 | 111101 |
Color Harmonies of #A849F0
Complementary color
Monochromatic Colors of #A849F0
Black with #A849F0
Text Example
Text Example
White with #A849F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849F0; }
p { color: rgb(168,73,240); }
H1.HeaderClassName
{
color: #A849F0;
}
.AnyTagClassName
{
color: #A849F0;
}
</style>
background-color css
<style>
a { background-color: #A849F0; }
a { background-color: rgb(168,73,240); }
div.DivClassName
{
background-color: #A849F0;
}
.BgClassName
{
background-color: #A849F0;
}
</style>
border-color css
<style>
span { border-color: #A849F0; }
span { border-color: rgb(168,73,240); }
td.TdClassName
{
border-color: #A849F0;
}
.TagClassName
{
border-color: #A849F0;
}
</style>