Shades of Medium Purple #A257F2
Tints of Medium Purple #A257F2
RGB
CMYK
RGB Variations
Color information
#A257F2 (or 0xA257F2) is known color: Medium Purple. HEX triplet: A2, 57 and F2. RGB value is (162,87,242). Sum of RGB (Red+Green+Blue) = 162+87+242=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #A257F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257F2 is #5DA80D. Grayscale: #7E7E7E. Windows color (decimal): -6137870 or 15882146. OLE color: 15882146.
HSL color Cylindrical-coordinate representation of color #A257F2: hue angle of 269.03º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A257F2 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 87 | 242 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.05 |
| HSL | 269.03º | 0.86% | 0.65% | - |
| HSV(B) | 269.03º | 0.64% | 0.95% | - |
| XYZ | 34.34 | 20.91 | 86.23 | - |
| YUV | 127.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 242 | 0.33 | 0.64 | 0 | 0.05 | 269.03 | 0.86 | 0.65 |
| Hex | A2 | 57 | F2 | 21 | 40 | 0 | 5 | 10D | 56 | 41 |
| Octal | 242 | 127 | 362 | 41 | 100 | 0 | 5 | 415 | 126 | 101 |
| Binary | 10100010 | 1010111 | 11110010 | 100001 | 1000000 | 0 | 101 | 100001101 | 1010110 | 1000001 |
Color Harmonies of #A257F2
Complementary color
Monochromatic Colors of #A257F2
Black with #A257F2
Text Example
Text Example
White with #A257F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257F2; }
p { color: rgb(162,87,242); }
H1.HeaderClassName
{
color: #A257F2;
}
.AnyTagClassName
{
color: #A257F2;
}
</style>
background-color css
<style>
a { background-color: #A257F2; }
a { background-color: rgb(162,87,242); }
div.DivClassName
{
background-color: #A257F2;
}
.BgClassName
{
background-color: #A257F2;
}
</style>
border-color css
<style>
span { border-color: #A257F2; }
span { border-color: rgb(162,87,242); }
td.TdClassName
{
border-color: #A257F2;
}
.TagClassName
{
border-color: #A257F2;
}
</style>