Shades of Medium Purple #A256F1
Tints of Medium Purple #A256F1
RGB
CMYK
RGB Variations
Color information
#A256F1 (or 0xA256F1) is known color: Medium Purple. HEX triplet: A2, 56 and F1. RGB value is (162,86,241). Sum of RGB (Red+Green+Blue) = 162+86+241=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #A256F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256F1 is #5DA90E. Grayscale: #7D7D7D. Windows color (decimal): -6138127 or 15816354. OLE color: 15816354.
HSL color Cylindrical-coordinate representation of color #A256F1: hue angle of 269.42º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A256F1 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 86 | 241 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.05 |
| HSL | 269.42º | 0.85% | 0.64% | - |
| HSV(B) | 269.42º | 0.64% | 0.95% | - |
| XYZ | 34.11 | 20.69 | 85.41 | - |
| YUV | 126.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 241 | 0.33 | 0.64 | 0 | 0.05 | 269.42 | 0.85 | 0.64 |
| Hex | A2 | 56 | F1 | 21 | 40 | 0 | 5 | 10D | 55 | 40 |
| Octal | 242 | 126 | 361 | 41 | 100 | 0 | 5 | 415 | 125 | 100 |
| Binary | 10100010 | 1010110 | 11110001 | 100001 | 1000000 | 0 | 101 | 100001101 | 1010101 | 1000000 |
Color Harmonies of #A256F1
Complementary color
Monochromatic Colors of #A256F1
Black with #A256F1
Text Example
Text Example
White with #A256F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256F1; }
p { color: rgb(162,86,241); }
H1.HeaderClassName
{
color: #A256F1;
}
.AnyTagClassName
{
color: #A256F1;
}
</style>
background-color css
<style>
a { background-color: #A256F1; }
a { background-color: rgb(162,86,241); }
div.DivClassName
{
background-color: #A256F1;
}
.BgClassName
{
background-color: #A256F1;
}
</style>
border-color css
<style>
span { border-color: #A256F1; }
span { border-color: rgb(162,86,241); }
td.TdClassName
{
border-color: #A256F1;
}
.TagClassName
{
border-color: #A256F1;
}
</style>