Shades of Medium Purple #A185EF
Tints of Medium Purple #A185EF
RGB
CMYK
RGB Variations
Color information
#A185EF (or 0xA185EF) is known color: Medium Purple. HEX triplet: A1, 85 and EF. RGB value is (161,133,239). Sum of RGB (Red+Green+Blue) = 161+133+239=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #A185EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185EF is #5E7A10. Grayscale: #999999. Windows color (decimal): -6191633 or 15697313. OLE color: 15697313.
HSL color Cylindrical-coordinate representation of color #A185EF: hue angle of 255.85º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A185EF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 133 | 239 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.06 |
| HSL | 255.85º | 0.77% | 0.73% | - |
| HSV(B) | 255.85º | 0.44% | 0.94% | - |
| XYZ | 38.67 | 30.58 | 85.53 | - |
| YUV | 153.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 239 | 0.33 | 0.44 | 0 | 0.06 | 255.85 | 0.77 | 0.73 |
| Hex | A1 | 85 | EF | 21 | 2C | 0 | 6 | 100 | 4D | 49 |
| Octal | 241 | 205 | 357 | 41 | 54 | 0 | 6 | 400 | 115 | 111 |
| Binary | 10100001 | 10000101 | 11101111 | 100001 | 101100 | 0 | 110 | 100000000 | 1001101 | 1001001 |
Color Harmonies of #A185EF
Complementary color
Monochromatic Colors of #A185EF
Black with #A185EF
Text Example
Text Example
White with #A185EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185EF; }
p { color: rgb(161,133,239); }
H1.HeaderClassName
{
color: #A185EF;
}
.AnyTagClassName
{
color: #A185EF;
}
</style>
background-color css
<style>
a { background-color: #A185EF; }
a { background-color: rgb(161,133,239); }
div.DivClassName
{
background-color: #A185EF;
}
.BgClassName
{
background-color: #A185EF;
}
</style>
border-color css
<style>
span { border-color: #A185EF; }
span { border-color: rgb(161,133,239); }
td.TdClassName
{
border-color: #A185EF;
}
.TagClassName
{
border-color: #A185EF;
}
</style>