Shades of Medium Purple #A860FF
Tints of Medium Purple #A860FF
RGB
CMYK
RGB Variations
Color information
#A860FF (or 0xA860FF) is known color: Medium Purple. HEX triplet: A8, 60 and FF. RGB value is (168,96,255). Sum of RGB (Red+Green+Blue) = 168+96+255=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A860FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860FF is #579F00. Grayscale: #878787. Windows color (decimal): -5742337 or 16736424. OLE color: 16736424.
HSL color Cylindrical-coordinate representation of color #A860FF: hue angle of 267.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A860FF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 96 | 255 | - |
| CMYK | 0.34 | 0.62 | 0 | 0 |
| HSL | 267.17º | 1% | 0.69% | - |
| HSV(B) | 267.17º | 0.62% | 1% | - |
| XYZ | 38.38 | 23.91 | 97.2 | - |
| YUV | 135.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 255 | 0.34 | 0.62 | 0 | 0 | 267.17 | 1 | 0.69 |
| Hex | A8 | 60 | FF | 22 | 3E | 0 | 0 | 10B | 64 | 45 |
| Octal | 250 | 140 | 377 | 42 | 76 | 0 | 0 | 413 | 144 | 105 |
| Binary | 10101000 | 1100000 | 11111111 | 100010 | 111110 | 0 | 0 | 100001011 | 1100100 | 1000101 |
Color Harmonies of #A860FF
Complementary color
Monochromatic Colors of #A860FF
Black with #A860FF
Text Example
Text Example
White with #A860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860FF; }
p { color: rgb(168,96,255); }
H1.HeaderClassName
{
color: #A860FF;
}
.AnyTagClassName
{
color: #A860FF;
}
</style>
background-color css
<style>
a { background-color: #A860FF; }
a { background-color: rgb(168,96,255); }
div.DivClassName
{
background-color: #A860FF;
}
.BgClassName
{
background-color: #A860FF;
}
</style>
border-color css
<style>
span { border-color: #A860FF; }
span { border-color: rgb(168,96,255); }
td.TdClassName
{
border-color: #A860FF;
}
.TagClassName
{
border-color: #A860FF;
}
</style>