Shades of Medium Purple #A863EB
Tints of Medium Purple #A863EB
RGB
CMYK
RGB Variations
Color information
#A863EB (or 0xA863EB) is known color: Medium Purple. HEX triplet: A8, 63 and EB. RGB value is (168,99,235). Sum of RGB (Red+Green+Blue) = 168+99+235=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #A863EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863EB is #579C14. Grayscale: #868686. Windows color (decimal): -5741589 or 15426472. OLE color: 15426472.
HSL color Cylindrical-coordinate representation of color #A863EB: hue angle of 270.44º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A863EB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 99 | 235 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.08 |
| HSL | 270.44º | 0.77% | 0.65% | - |
| HSV(B) | 270.44º | 0.58% | 0.92% | - |
| XYZ | 35.61 | 23.25 | 81.21 | - |
| YUV | 135.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 235 | 0.29 | 0.58 | 0 | 0.08 | 270.44 | 0.77 | 0.65 |
| Hex | A8 | 63 | EB | 1D | 3A | 0 | 8 | 10E | 4D | 41 |
| Octal | 250 | 143 | 353 | 35 | 72 | 0 | 10 | 416 | 115 | 101 |
| Binary | 10101000 | 1100011 | 11101011 | 11101 | 111010 | 0 | 1000 | 100001110 | 1001101 | 1000001 |
Color Harmonies of #A863EB
Complementary color
Monochromatic Colors of #A863EB
Black with #A863EB
Text Example
Text Example
White with #A863EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863EB; }
p { color: rgb(168,99,235); }
H1.HeaderClassName
{
color: #A863EB;
}
.AnyTagClassName
{
color: #A863EB;
}
</style>
background-color css
<style>
a { background-color: #A863EB; }
a { background-color: rgb(168,99,235); }
div.DivClassName
{
background-color: #A863EB;
}
.BgClassName
{
background-color: #A863EB;
}
</style>
border-color css
<style>
span { border-color: #A863EB; }
span { border-color: rgb(168,99,235); }
td.TdClassName
{
border-color: #A863EB;
}
.TagClassName
{
border-color: #A863EB;
}
</style>