Shades of Medium Purple #A181DC
Tints of Medium Purple #A181DC
RGB
CMYK
RGB Variations
Color information
#A181DC (or 0xA181DC) is known color: Medium Purple. HEX triplet: A1, 81 and DC. RGB value is (161,129,220). Sum of RGB (Red+Green+Blue) = 161+129+220=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #A181DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181DC is #5E7E23. Grayscale: #949494. Windows color (decimal): -6192676 or 14451105. OLE color: 14451105.
HSL color Cylindrical-coordinate representation of color #A181DC: hue angle of 261.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A181DC is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 129 | 220 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.14 |
| HSL | 261.1º | 0.57% | 0.68% | - |
| HSV(B) | 261.1º | 0.41% | 0.86% | - |
| XYZ | 35.47 | 28.44 | 71.33 | - |
| YUV | 148.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 220 | 0.27 | 0.41 | 0 | 0.14 | 261.1 | 0.57 | 0.68 |
| Hex | A1 | 81 | DC | 1B | 29 | 0 | E | 105 | 39 | 44 |
| Octal | 241 | 201 | 334 | 33 | 51 | 0 | 16 | 405 | 71 | 104 |
| Binary | 10100001 | 10000001 | 11011100 | 11011 | 101001 | 0 | 1110 | 100000101 | 111001 | 1000100 |
Color Harmonies of #A181DC
Complementary color
Monochromatic Colors of #A181DC
Black with #A181DC
Text Example
Text Example
White with #A181DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181DC; }
p { color: rgb(161,129,220); }
H1.HeaderClassName
{
color: #A181DC;
}
.AnyTagClassName
{
color: #A181DC;
}
</style>
background-color css
<style>
a { background-color: #A181DC; }
a { background-color: rgb(161,129,220); }
div.DivClassName
{
background-color: #A181DC;
}
.BgClassName
{
background-color: #A181DC;
}
</style>
border-color css
<style>
span { border-color: #A181DC; }
span { border-color: rgb(161,129,220); }
td.TdClassName
{
border-color: #A181DC;
}
.TagClassName
{
border-color: #A181DC;
}
</style>