Shades of Medium Orchid #A848EA
Tints of Medium Orchid #A848EA
RGB
CMYK
RGB Variations
Color information
#A848EA (or 0xA848EA) is known color: Medium Orchid. HEX triplet: A8, 48 and EA. RGB value is (168,72,234). Sum of RGB (Red+Green+Blue) = 168+72+234=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A848EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848EA is #57B715. Grayscale: #767676. Windows color (decimal): -5748502 or 15354024. OLE color: 15354024.
HSL color Cylindrical-coordinate representation of color #A848EA: hue angle of 275.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A848EA is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 72 | 234 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.08 |
| HSL | 275.56º | 0.79% | 0.6% | - |
| HSV(B) | 275.56º | 0.69% | 0.92% | - |
| XYZ | 33.32 | 18.9 | 79.73 | - |
| YUV | 119.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 234 | 0.28 | 0.69 | 0 | 0.08 | 275.56 | 0.79 | 0.6 |
| Hex | A8 | 48 | EA | 1C | 45 | 0 | 8 | 114 | 4F | 3C |
| Octal | 250 | 110 | 352 | 34 | 105 | 0 | 10 | 424 | 117 | 74 |
| Binary | 10101000 | 1001000 | 11101010 | 11100 | 1000101 | 0 | 1000 | 100010100 | 1001111 | 111100 |
Color Harmonies of #A848EA
Complementary color
Monochromatic Colors of #A848EA
Black with #A848EA
Text Example
Text Example
White with #A848EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848EA; }
p { color: rgb(168,72,234); }
H1.HeaderClassName
{
color: #A848EA;
}
.AnyTagClassName
{
color: #A848EA;
}
</style>
background-color css
<style>
a { background-color: #A848EA; }
a { background-color: rgb(168,72,234); }
div.DivClassName
{
background-color: #A848EA;
}
.BgClassName
{
background-color: #A848EA;
}
</style>
border-color css
<style>
span { border-color: #A848EA; }
span { border-color: rgb(168,72,234); }
td.TdClassName
{
border-color: #A848EA;
}
.TagClassName
{
border-color: #A848EA;
}
</style>