Shades of Medium Purple #A181E5
Tints of Medium Purple #A181E5
RGB
CMYK
RGB Variations
Color information
#A181E5 (or 0xA181E5) is known color: Medium Purple. HEX triplet: A1, 81 and E5. RGB value is (161,129,229). Sum of RGB (Red+Green+Blue) = 161+129+229=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #A181E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181E5 is #5E7E1A. Grayscale: #959595. Windows color (decimal): -6192667 or 15040929. OLE color: 15040929.
HSL color Cylindrical-coordinate representation of color #A181E5: hue angle of 259.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A181E5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 129 | 229 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.10 |
| HSL | 259.2º | 0.66% | 0.7% | - |
| HSV(B) | 259.2º | 0.44% | 0.9% | - |
| XYZ | 36.69 | 28.93 | 77.78 | - |
| YUV | 149.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 229 | 0.30 | 0.44 | 0 | 0.10 | 259.2 | 0.66 | 0.7 |
| Hex | A1 | 81 | E5 | 1E | 2C | 0 | A | 103 | 42 | 46 |
| Octal | 241 | 201 | 345 | 36 | 54 | 0 | 12 | 403 | 102 | 106 |
| Binary | 10100001 | 10000001 | 11100101 | 11110 | 101100 | 0 | 1010 | 100000011 | 1000010 | 1000110 |
Color Harmonies of #A181E5
Complementary color
Monochromatic Colors of #A181E5
Black with #A181E5
Text Example
Text Example
White with #A181E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181E5; }
p { color: rgb(161,129,229); }
H1.HeaderClassName
{
color: #A181E5;
}
.AnyTagClassName
{
color: #A181E5;
}
</style>
background-color css
<style>
a { background-color: #A181E5; }
a { background-color: rgb(161,129,229); }
div.DivClassName
{
background-color: #A181E5;
}
.BgClassName
{
background-color: #A181E5;
}
</style>
border-color css
<style>
span { border-color: #A181E5; }
span { border-color: rgb(161,129,229); }
td.TdClassName
{
border-color: #A181E5;
}
.TagClassName
{
border-color: #A181E5;
}
</style>