Shades of Medium Orchid #A848EE
Tints of Medium Orchid #A848EE
RGB
CMYK
RGB Variations
Color information
#A848EE (or 0xA848EE) is known color: Medium Orchid. HEX triplet: A8, 48 and EE. RGB value is (168,72,238). Sum of RGB (Red+Green+Blue) = 168+72+238=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #A848EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848EE is #57B711. Grayscale: #777777. Windows color (decimal): -5748498 or 15616168. OLE color: 15616168.
HSL color Cylindrical-coordinate representation of color #A848EE: hue angle of 274.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A848EE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 72 | 238 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.07 |
| HSL | 274.7º | 0.83% | 0.61% | - |
| HSV(B) | 274.7º | 0.7% | 0.93% | - |
| XYZ | 33.9 | 19.13 | 82.8 | - |
| YUV | 119.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 238 | 0.29 | 0.70 | 0 | 0.07 | 274.7 | 0.83 | 0.61 |
| Hex | A8 | 48 | EE | 1D | 46 | 0 | 7 | 113 | 53 | 3D |
| Octal | 250 | 110 | 356 | 35 | 106 | 0 | 7 | 423 | 123 | 75 |
| Binary | 10101000 | 1001000 | 11101110 | 11101 | 1000110 | 0 | 111 | 100010011 | 1010011 | 111101 |
Color Harmonies of #A848EE
Complementary color
Monochromatic Colors of #A848EE
Black with #A848EE
Text Example
Text Example
White with #A848EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848EE; }
p { color: rgb(168,72,238); }
H1.HeaderClassName
{
color: #A848EE;
}
.AnyTagClassName
{
color: #A848EE;
}
</style>
background-color css
<style>
a { background-color: #A848EE; }
a { background-color: rgb(168,72,238); }
div.DivClassName
{
background-color: #A848EE;
}
.BgClassName
{
background-color: #A848EE;
}
</style>
border-color css
<style>
span { border-color: #A848EE; }
span { border-color: rgb(168,72,238); }
td.TdClassName
{
border-color: #A848EE;
}
.TagClassName
{
border-color: #A848EE;
}
</style>