Shades of Medium Orchid #A848F1
Tints of Medium Orchid #A848F1
RGB
CMYK
RGB Variations
Color information
#A848F1 (or 0xA848F1) is known color: Medium Orchid. HEX triplet: A8, 48 and F1. RGB value is (168,72,241). Sum of RGB (Red+Green+Blue) = 168+72+241=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #A848F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848F1 is #57B70E. Grayscale: #777777. Windows color (decimal): -5748495 or 15812776. OLE color: 15812776.
HSL color Cylindrical-coordinate representation of color #A848F1: hue angle of 274.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A848F1 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 72 | 241 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.05 |
| HSL | 274.08º | 0.86% | 0.61% | - |
| HSV(B) | 274.08º | 0.7% | 0.95% | - |
| XYZ | 34.34 | 19.31 | 85.14 | - |
| YUV | 119.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 241 | 0.30 | 0.70 | 0 | 0.05 | 274.08 | 0.86 | 0.61 |
| Hex | A8 | 48 | F1 | 1E | 46 | 0 | 5 | 112 | 56 | 3D |
| Octal | 250 | 110 | 361 | 36 | 106 | 0 | 5 | 422 | 126 | 75 |
| Binary | 10101000 | 1001000 | 11110001 | 11110 | 1000110 | 0 | 101 | 100010010 | 1010110 | 111101 |
Color Harmonies of #A848F1
Complementary color
Monochromatic Colors of #A848F1
Black with #A848F1
Text Example
Text Example
White with #A848F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848F1; }
p { color: rgb(168,72,241); }
H1.HeaderClassName
{
color: #A848F1;
}
.AnyTagClassName
{
color: #A848F1;
}
</style>
background-color css
<style>
a { background-color: #A848F1; }
a { background-color: rgb(168,72,241); }
div.DivClassName
{
background-color: #A848F1;
}
.BgClassName
{
background-color: #A848F1;
}
</style>
border-color css
<style>
span { border-color: #A848F1; }
span { border-color: rgb(168,72,241); }
td.TdClassName
{
border-color: #A848F1;
}
.TagClassName
{
border-color: #A848F1;
}
</style>