Shades of Medium Purple #A856F8
Tints of Medium Purple #A856F8
RGB
CMYK
RGB Variations
Color information
#A856F8 (or 0xA856F8) is known color: Medium Purple. HEX triplet: A8, 56 and F8. RGB value is (168,86,248). Sum of RGB (Red+Green+Blue) = 168+86+248=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #A856F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856F8 is #57A907. Grayscale: #808080. Windows color (decimal): -5744904 or 16275112. OLE color: 16275112.
HSL color Cylindrical-coordinate representation of color #A856F8: hue angle of 270.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A856F8 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 86 | 248 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.03 |
| HSL | 270.37º | 0.92% | 0.65% | - |
| HSV(B) | 270.37º | 0.65% | 0.97% | - |
| XYZ | 36.42 | 21.76 | 91.09 | - |
| YUV | 128.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 248 | 0.32 | 0.65 | 0 | 0.03 | 270.37 | 0.92 | 0.65 |
| Hex | A8 | 56 | F8 | 20 | 41 | 0 | 3 | 10E | 5C | 41 |
| Octal | 250 | 126 | 370 | 40 | 101 | 0 | 3 | 416 | 134 | 101 |
| Binary | 10101000 | 1010110 | 11111000 | 100000 | 1000001 | 0 | 11 | 100001110 | 1011100 | 1000001 |
Color Harmonies of #A856F8
Complementary color
Monochromatic Colors of #A856F8
Black with #A856F8
Text Example
Text Example
White with #A856F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856F8; }
p { color: rgb(168,86,248); }
H1.HeaderClassName
{
color: #A856F8;
}
.AnyTagClassName
{
color: #A856F8;
}
</style>
background-color css
<style>
a { background-color: #A856F8; }
a { background-color: rgb(168,86,248); }
div.DivClassName
{
background-color: #A856F8;
}
.BgClassName
{
background-color: #A856F8;
}
</style>
border-color css
<style>
span { border-color: #A856F8; }
span { border-color: rgb(168,86,248); }
td.TdClassName
{
border-color: #A856F8;
}
.TagClassName
{
border-color: #A856F8;
}
</style>