Shades of Medium Purple #A256F8
Tints of Medium Purple #A256F8
RGB
CMYK
RGB Variations
Color information
#A256F8 (or 0xA256F8) is known color: Medium Purple. HEX triplet: A2, 56 and F8. RGB value is (162,86,248). Sum of RGB (Red+Green+Blue) = 162+86+248=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #A256F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256F8 is #5DA907. Grayscale: #7E7E7E. Windows color (decimal): -6138120 or 16275106. OLE color: 16275106.
HSL color Cylindrical-coordinate representation of color #A256F8: hue angle of 268.15º 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 #A256F8 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 86 | 248 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.03 |
| HSL | 268.15º | 0.92% | 0.65% | - |
| HSV(B) | 268.15º | 0.65% | 0.97% | - |
| XYZ | 35.17 | 21.11 | 91.03 | - |
| YUV | 127.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 248 | 0.35 | 0.65 | 0 | 0.03 | 268.15 | 0.92 | 0.65 |
| Hex | A2 | 56 | F8 | 23 | 41 | 0 | 3 | 10C | 5C | 41 |
| Octal | 242 | 126 | 370 | 43 | 101 | 0 | 3 | 414 | 134 | 101 |
| Binary | 10100010 | 1010110 | 11111000 | 100011 | 1000001 | 0 | 11 | 100001100 | 1011100 | 1000001 |
Color Harmonies of #A256F8
Complementary color
Monochromatic Colors of #A256F8
Black with #A256F8
Text Example
Text Example
White with #A256F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256F8; }
p { color: rgb(162,86,248); }
H1.HeaderClassName
{
color: #A256F8;
}
.AnyTagClassName
{
color: #A256F8;
}
</style>
background-color css
<style>
a { background-color: #A256F8; }
a { background-color: rgb(162,86,248); }
div.DivClassName
{
background-color: #A256F8;
}
.BgClassName
{
background-color: #A256F8;
}
</style>
border-color css
<style>
span { border-color: #A256F8; }
span { border-color: rgb(162,86,248); }
td.TdClassName
{
border-color: #A256F8;
}
.TagClassName
{
border-color: #A256F8;
}
</style>