Shades of Medium Purple #A187F1
Tints of Medium Purple #A187F1
RGB
CMYK
RGB Variations
Color information
#A187F1 (or 0xA187F1) is known color: Medium Purple. HEX triplet: A1, 87 and F1. RGB value is (161,135,241). Sum of RGB (Red+Green+Blue) = 161+135+241=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #A187F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187F1 is #5E780E. Grayscale: #9A9A9A. Windows color (decimal): -6191119 or 15828897. OLE color: 15828897.
HSL color Cylindrical-coordinate representation of color #A187F1: hue angle of 254.72º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A187F1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 135 | 241 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.05 |
| HSL | 254.72º | 0.79% | 0.74% | - |
| HSV(B) | 254.72º | 0.44% | 0.95% | - |
| XYZ | 39.24 | 31.26 | 87.18 | - |
| YUV | 154.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 241 | 0.33 | 0.44 | 0 | 0.05 | 254.72 | 0.79 | 0.74 |
| Hex | A1 | 87 | F1 | 21 | 2C | 0 | 5 | FF | 4F | 4A |
| Octal | 241 | 207 | 361 | 41 | 54 | 0 | 5 | 377 | 117 | 112 |
| Binary | 10100001 | 10000111 | 11110001 | 100001 | 101100 | 0 | 101 | 11111111 | 1001111 | 1001010 |
Color Harmonies of #A187F1
Complementary color
Monochromatic Colors of #A187F1
Black with #A187F1
Text Example
Text Example
White with #A187F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187F1; }
p { color: rgb(161,135,241); }
H1.HeaderClassName
{
color: #A187F1;
}
.AnyTagClassName
{
color: #A187F1;
}
</style>
background-color css
<style>
a { background-color: #A187F1; }
a { background-color: rgb(161,135,241); }
div.DivClassName
{
background-color: #A187F1;
}
.BgClassName
{
background-color: #A187F1;
}
</style>
border-color css
<style>
span { border-color: #A187F1; }
span { border-color: rgb(161,135,241); }
td.TdClassName
{
border-color: #A187F1;
}
.TagClassName
{
border-color: #A187F1;
}
</style>