Shades of Medium Purple #A862EC
Tints of Medium Purple #A862EC
RGB
CMYK
RGB Variations
Color information
#A862EC (or 0xA862EC) is known color: Medium Purple. HEX triplet: A8, 62 and EC. RGB value is (168,98,236). Sum of RGB (Red+Green+Blue) = 168+98+236=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A862EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862EC is #579D13. Grayscale: #868686. Windows color (decimal): -5741844 or 15491752. OLE color: 15491752.
HSL color Cylindrical-coordinate representation of color #A862EC: hue angle of 270.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A862EC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 98 | 236 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.07 |
| HSL | 270.43º | 0.78% | 0.65% | - |
| HSV(B) | 270.43º | 0.58% | 0.93% | - |
| XYZ | 35.66 | 23.12 | 81.94 | - |
| YUV | 134.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 236 | 0.29 | 0.58 | 0 | 0.07 | 270.43 | 0.78 | 0.65 |
| Hex | A8 | 62 | EC | 1D | 3A | 0 | 7 | 10E | 4E | 41 |
| Octal | 250 | 142 | 354 | 35 | 72 | 0 | 7 | 416 | 116 | 101 |
| Binary | 10101000 | 1100010 | 11101100 | 11101 | 111010 | 0 | 111 | 100001110 | 1001110 | 1000001 |
Color Harmonies of #A862EC
Complementary color
Monochromatic Colors of #A862EC
Black with #A862EC
Text Example
Text Example
White with #A862EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862EC; }
p { color: rgb(168,98,236); }
H1.HeaderClassName
{
color: #A862EC;
}
.AnyTagClassName
{
color: #A862EC;
}
</style>
background-color css
<style>
a { background-color: #A862EC; }
a { background-color: rgb(168,98,236); }
div.DivClassName
{
background-color: #A862EC;
}
.BgClassName
{
background-color: #A862EC;
}
</style>
border-color css
<style>
span { border-color: #A862EC; }
span { border-color: rgb(168,98,236); }
td.TdClassName
{
border-color: #A862EC;
}
.TagClassName
{
border-color: #A862EC;
}
</style>