Shades of Medium Purple #A870FE
Tints of Medium Purple #A870FE
RGB
CMYK
RGB Variations
Color information
#A870FE (or 0xA870FE) is known color: Medium Purple. HEX triplet: A8, 70 and FE. RGB value is (168,112,254). Sum of RGB (Red+Green+Blue) = 168+112+254=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #A870FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A870FE is #578F01. Grayscale: #909090. Windows color (decimal): -5738242 or 16674984. OLE color: 16674984.
HSL color Cylindrical-coordinate representation of color #A870FE: hue angle of 263.66º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A870FE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 112 | 254 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.00 |
| HSL | 263.66º | 0.99% | 0.72% | - |
| HSV(B) | 263.66º | 0.56% | 1% | - |
| XYZ | 39.83 | 27.07 | 96.89 | - |
| YUV | 144.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 254 | 0.34 | 0.56 | 0 | 0.00 | 263.66 | 0.99 | 0.72 |
| Hex | A8 | 70 | FE | 22 | 38 | 0 | 0 | 108 | 63 | 48 |
| Octal | 250 | 160 | 376 | 42 | 70 | 0 | 0 | 410 | 143 | 110 |
| Binary | 10101000 | 1110000 | 11111110 | 100010 | 111000 | 0 | 0 | 100001000 | 1100011 | 1001000 |
Color Harmonies of #A870FE
Complementary color
Monochromatic Colors of #A870FE
Black with #A870FE
Text Example
Text Example
White with #A870FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870FE; }
p { color: rgb(168,112,254); }
H1.HeaderClassName
{
color: #A870FE;
}
.AnyTagClassName
{
color: #A870FE;
}
</style>
background-color css
<style>
a { background-color: #A870FE; }
a { background-color: rgb(168,112,254); }
div.DivClassName
{
background-color: #A870FE;
}
.BgClassName
{
background-color: #A870FE;
}
</style>
border-color css
<style>
span { border-color: #A870FE; }
span { border-color: rgb(168,112,254); }
td.TdClassName
{
border-color: #A870FE;
}
.TagClassName
{
border-color: #A870FE;
}
</style>