Shades of Medium Orchid #A848EF
Tints of Medium Orchid #A848EF
RGB
CMYK
RGB Variations
Color information
#A848EF (or 0xA848EF) is known color: Medium Orchid. HEX triplet: A8, 48 and EF. RGB value is (168,72,239). Sum of RGB (Red+Green+Blue) = 168+72+239=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #A848EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848EF is #57B710. Grayscale: #777777. Windows color (decimal): -5748497 or 15681704. OLE color: 15681704.
HSL color Cylindrical-coordinate representation of color #A848EF: hue angle of 274.49º degrees, saturation: 0.84, 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 #A848EF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 72 | 239 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.06 |
| HSL | 274.49º | 0.84% | 0.61% | - |
| HSV(B) | 274.49º | 0.7% | 0.94% | - |
| XYZ | 34.05 | 19.19 | 83.57 | - |
| YUV | 119.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 239 | 0.30 | 0.70 | 0 | 0.06 | 274.49 | 0.84 | 0.61 |
| Hex | A8 | 48 | EF | 1E | 46 | 0 | 6 | 112 | 54 | 3D |
| Octal | 250 | 110 | 357 | 36 | 106 | 0 | 6 | 422 | 124 | 75 |
| Binary | 10101000 | 1001000 | 11101111 | 11110 | 1000110 | 0 | 110 | 100010010 | 1010100 | 111101 |
Color Harmonies of #A848EF
Complementary color
Monochromatic Colors of #A848EF
Black with #A848EF
Text Example
Text Example
White with #A848EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848EF; }
p { color: rgb(168,72,239); }
H1.HeaderClassName
{
color: #A848EF;
}
.AnyTagClassName
{
color: #A848EF;
}
</style>
background-color css
<style>
a { background-color: #A848EF; }
a { background-color: rgb(168,72,239); }
div.DivClassName
{
background-color: #A848EF;
}
.BgClassName
{
background-color: #A848EF;
}
</style>
border-color css
<style>
span { border-color: #A848EF; }
span { border-color: rgb(168,72,239); }
td.TdClassName
{
border-color: #A848EF;
}
.TagClassName
{
border-color: #A848EF;
}
</style>