Shades of Medium Purple #A185E7
Tints of Medium Purple #A185E7
RGB
CMYK
RGB Variations
Color information
#A185E7 (or 0xA185E7) is known color: Medium Purple. HEX triplet: A1, 85 and E7. RGB value is (161,133,231). Sum of RGB (Red+Green+Blue) = 161+133+231=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #A185E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185E7 is #5E7A18. Grayscale: #989898. Windows color (decimal): -6191641 or 15173025. OLE color: 15173025.
HSL color Cylindrical-coordinate representation of color #A185E7: hue angle of 257.14º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A185E7 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 133 | 231 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.09 |
| HSL | 257.14º | 0.67% | 0.71% | - |
| HSV(B) | 257.14º | 0.42% | 0.91% | - |
| XYZ | 37.51 | 30.12 | 79.44 | - |
| YUV | 152.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 231 | 0.30 | 0.42 | 0 | 0.09 | 257.14 | 0.67 | 0.71 |
| Hex | A1 | 85 | E7 | 1E | 2A | 0 | 9 | 101 | 43 | 47 |
| Octal | 241 | 205 | 347 | 36 | 52 | 0 | 11 | 401 | 103 | 107 |
| Binary | 10100001 | 10000101 | 11100111 | 11110 | 101010 | 0 | 1001 | 100000001 | 1000011 | 1000111 |
Color Harmonies of #A185E7
Complementary color
Monochromatic Colors of #A185E7
Black with #A185E7
Text Example
Text Example
White with #A185E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185E7; }
p { color: rgb(161,133,231); }
H1.HeaderClassName
{
color: #A185E7;
}
.AnyTagClassName
{
color: #A185E7;
}
</style>
background-color css
<style>
a { background-color: #A185E7; }
a { background-color: rgb(161,133,231); }
div.DivClassName
{
background-color: #A185E7;
}
.BgClassName
{
background-color: #A185E7;
}
</style>
border-color css
<style>
span { border-color: #A185E7; }
span { border-color: rgb(161,133,231); }
td.TdClassName
{
border-color: #A185E7;
}
.TagClassName
{
border-color: #A185E7;
}
</style>