Shades of Medium Purple #A456F8
Tints of Medium Purple #A456F8
RGB
CMYK
RGB Variations
Color information
#A456F8 (or 0xA456F8) is known color: Medium Purple. HEX triplet: A4, 56 and F8. RGB value is (164,86,248). Sum of RGB (Red+Green+Blue) = 164+86+248=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #A456F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456F8 is #5BA907. Grayscale: #7F7F7F. Windows color (decimal): -6007048 or 16275108. OLE color: 16275108.
HSL color Cylindrical-coordinate representation of color #A456F8: hue angle of 268.89º 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 #A456F8 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 86 | 248 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.03 |
| HSL | 268.89º | 0.92% | 0.65% | - |
| HSV(B) | 268.89º | 0.65% | 0.97% | - |
| XYZ | 35.58 | 21.33 | 91.05 | - |
| YUV | 127.79 | 195.84 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 248 | 0.34 | 0.65 | 0 | 0.03 | 268.89 | 0.92 | 0.65 |
| Hex | A4 | 56 | F8 | 22 | 41 | 0 | 3 | 10D | 5C | 41 |
| Octal | 244 | 126 | 370 | 42 | 101 | 0 | 3 | 415 | 134 | 101 |
| Binary | 10100100 | 1010110 | 11111000 | 100010 | 1000001 | 0 | 11 | 100001101 | 1011100 | 1000001 |
Color Harmonies of #A456F8
Complementary color
Monochromatic Colors of #A456F8
Black with #A456F8
Text Example
Text Example
White with #A456F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456F8; }
p { color: rgb(164,86,248); }
H1.HeaderClassName
{
color: #A456F8;
}
.AnyTagClassName
{
color: #A456F8;
}
</style>
background-color css
<style>
a { background-color: #A456F8; }
a { background-color: rgb(164,86,248); }
div.DivClassName
{
background-color: #A456F8;
}
.BgClassName
{
background-color: #A456F8;
}
</style>
border-color css
<style>
span { border-color: #A456F8; }
span { border-color: rgb(164,86,248); }
td.TdClassName
{
border-color: #A456F8;
}
.TagClassName
{
border-color: #A456F8;
}
</style>