Shades of Medium Purple #A187E8
Tints of Medium Purple #A187E8
RGB
CMYK
RGB Variations
Color information
#A187E8 (or 0xA187E8) is known color: Medium Purple. HEX triplet: A1, 87 and E8. RGB value is (161,135,232). Sum of RGB (Red+Green+Blue) = 161+135+232=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #A187E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187E8 is #5E7817. Grayscale: #999999. Windows color (decimal): -6191128 or 15239073. OLE color: 15239073.
HSL color Cylindrical-coordinate representation of color #A187E8: hue angle of 256.08º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A187E8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 135 | 232 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.09 |
| HSL | 256.08º | 0.68% | 0.72% | - |
| HSV(B) | 256.08º | 0.42% | 0.91% | - |
| XYZ | 37.93 | 30.73 | 80.28 | - |
| YUV | 153.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 232 | 0.31 | 0.42 | 0 | 0.09 | 256.08 | 0.68 | 0.72 |
| Hex | A1 | 87 | E8 | 1F | 2A | 0 | 9 | 100 | 44 | 48 |
| Octal | 241 | 207 | 350 | 37 | 52 | 0 | 11 | 400 | 104 | 110 |
| Binary | 10100001 | 10000111 | 11101000 | 11111 | 101010 | 0 | 1001 | 100000000 | 1000100 | 1001000 |
Color Harmonies of #A187E8
Complementary color
Monochromatic Colors of #A187E8
Black with #A187E8
Text Example
Text Example
White with #A187E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187E8; }
p { color: rgb(161,135,232); }
H1.HeaderClassName
{
color: #A187E8;
}
.AnyTagClassName
{
color: #A187E8;
}
</style>
background-color css
<style>
a { background-color: #A187E8; }
a { background-color: rgb(161,135,232); }
div.DivClassName
{
background-color: #A187E8;
}
.BgClassName
{
background-color: #A187E8;
}
</style>
border-color css
<style>
span { border-color: #A187E8; }
span { border-color: rgb(161,135,232); }
td.TdClassName
{
border-color: #A187E8;
}
.TagClassName
{
border-color: #A187E8;
}
</style>