Shades of Medium Purple #A181DE
Tints of Medium Purple #A181DE
RGB
CMYK
RGB Variations
Color information
#A181DE (or 0xA181DE) is known color: Medium Purple. HEX triplet: A1, 81 and DE. RGB value is (161,129,222). Sum of RGB (Red+Green+Blue) = 161+129+222=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #A181DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181DE is #5E7E21. Grayscale: #949494. Windows color (decimal): -6192674 or 14582177. OLE color: 14582177.
HSL color Cylindrical-coordinate representation of color #A181DE: hue angle of 260.65º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A181DE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 129 | 222 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 260.65º | 0.58% | 0.69% | - |
| HSV(B) | 260.65º | 0.42% | 0.87% | - |
| XYZ | 35.73 | 28.55 | 72.73 | - |
| YUV | 149.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 222 | 0.27 | 0.42 | 0 | 0.13 | 260.65 | 0.58 | 0.69 |
| Hex | A1 | 81 | DE | 1B | 2A | 0 | D | 105 | 3A | 45 |
| Octal | 241 | 201 | 336 | 33 | 52 | 0 | 15 | 405 | 72 | 105 |
| Binary | 10100001 | 10000001 | 11011110 | 11011 | 101010 | 0 | 1101 | 100000101 | 111010 | 1000101 |
Color Harmonies of #A181DE
Complementary color
Monochromatic Colors of #A181DE
Black with #A181DE
Text Example
Text Example
White with #A181DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181DE; }
p { color: rgb(161,129,222); }
H1.HeaderClassName
{
color: #A181DE;
}
.AnyTagClassName
{
color: #A181DE;
}
</style>
background-color css
<style>
a { background-color: #A181DE; }
a { background-color: rgb(161,129,222); }
div.DivClassName
{
background-color: #A181DE;
}
.BgClassName
{
background-color: #A181DE;
}
</style>
border-color css
<style>
span { border-color: #A181DE; }
span { border-color: rgb(161,129,222); }
td.TdClassName
{
border-color: #A181DE;
}
.TagClassName
{
border-color: #A181DE;
}
</style>