Shades of Medium Purple #A184F5
Tints of Medium Purple #A184F5
RGB
CMYK
RGB Variations
Color information
#A184F5 (or 0xA184F5) is known color: Medium Purple. HEX triplet: A1, 84 and F5. RGB value is (161,132,245). Sum of RGB (Red+Green+Blue) = 161+132+245=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #A184F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184F5 is #5E7B0A. Grayscale: #999999. Windows color (decimal): -6191883 or 16090273. OLE color: 16090273.
HSL color Cylindrical-coordinate representation of color #A184F5: hue angle of 255.4º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A184F5 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 132 | 245 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.04 |
| HSL | 255.4º | 0.85% | 0.74% | - |
| HSV(B) | 255.4º | 0.46% | 0.96% | - |
| XYZ | 39.43 | 30.67 | 90.23 | - |
| YUV | 153.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 245 | 0.34 | 0.46 | 0 | 0.04 | 255.4 | 0.85 | 0.74 |
| Hex | A1 | 84 | F5 | 22 | 2E | 0 | 4 | FF | 55 | 4A |
| Octal | 241 | 204 | 365 | 42 | 56 | 0 | 4 | 377 | 125 | 112 |
| Binary | 10100001 | 10000100 | 11110101 | 100010 | 101110 | 0 | 100 | 11111111 | 1010101 | 1001010 |
Color Harmonies of #A184F5
Complementary color
Monochromatic Colors of #A184F5
Black with #A184F5
Text Example
Text Example
White with #A184F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184F5; }
p { color: rgb(161,132,245); }
H1.HeaderClassName
{
color: #A184F5;
}
.AnyTagClassName
{
color: #A184F5;
}
</style>
background-color css
<style>
a { background-color: #A184F5; }
a { background-color: rgb(161,132,245); }
div.DivClassName
{
background-color: #A184F5;
}
.BgClassName
{
background-color: #A184F5;
}
</style>
border-color css
<style>
span { border-color: #A184F5; }
span { border-color: rgb(161,132,245); }
td.TdClassName
{
border-color: #A184F5;
}
.TagClassName
{
border-color: #A184F5;
}
</style>