Shades of Medium Purple #A861EB
Tints of Medium Purple #A861EB
RGB
CMYK
RGB Variations
Color information
#A861EB (or 0xA861EB) is known color: Medium Purple. HEX triplet: A8, 61 and EB. RGB value is (168,97,235). Sum of RGB (Red+Green+Blue) = 168+97+235=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #A861EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861EB is #579E14. Grayscale: #858585. Windows color (decimal): -5742101 or 15425960. OLE color: 15425960.
HSL color Cylindrical-coordinate representation of color #A861EB: hue angle of 270.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A861EB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 97 | 235 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.08 |
| HSL | 270.87º | 0.78% | 0.65% | - |
| HSV(B) | 270.87º | 0.59% | 0.92% | - |
| XYZ | 35.42 | 22.87 | 81.15 | - |
| YUV | 133.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 235 | 0.29 | 0.59 | 0 | 0.08 | 270.87 | 0.78 | 0.65 |
| Hex | A8 | 61 | EB | 1D | 3B | 0 | 8 | 10F | 4E | 41 |
| Octal | 250 | 141 | 353 | 35 | 73 | 0 | 10 | 417 | 116 | 101 |
| Binary | 10101000 | 1100001 | 11101011 | 11101 | 111011 | 0 | 1000 | 100001111 | 1001110 | 1000001 |
Color Harmonies of #A861EB
Complementary color
Monochromatic Colors of #A861EB
Black with #A861EB
Text Example
Text Example
White with #A861EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861EB; }
p { color: rgb(168,97,235); }
H1.HeaderClassName
{
color: #A861EB;
}
.AnyTagClassName
{
color: #A861EB;
}
</style>
background-color css
<style>
a { background-color: #A861EB; }
a { background-color: rgb(168,97,235); }
div.DivClassName
{
background-color: #A861EB;
}
.BgClassName
{
background-color: #A861EB;
}
</style>
border-color css
<style>
span { border-color: #A861EB; }
span { border-color: rgb(168,97,235); }
td.TdClassName
{
border-color: #A861EB;
}
.TagClassName
{
border-color: #A861EB;
}
</style>