Shades of Medium Purple #A180D8
Tints of Medium Purple #A180D8
RGB
CMYK
RGB Variations
Color information
#A180D8 (or 0xA180D8) is known color: Medium Purple. HEX triplet: A1, 80 and D8. RGB value is (161,128,216). Sum of RGB (Red+Green+Blue) = 161+128+216=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #A180D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180D8 is #5E7F27. Grayscale: #939393. Windows color (decimal): -6192936 or 14188705. OLE color: 14188705.
HSL color Cylindrical-coordinate representation of color #A180D8: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A180D8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 128 | 216 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.15 |
| HSL | 262.5º | 0.53% | 0.67% | - |
| HSV(B) | 262.5º | 0.41% | 0.85% | - |
| XYZ | 34.81 | 27.97 | 68.53 | - |
| YUV | 147.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 216 | 0.25 | 0.41 | 0 | 0.15 | 262.5 | 0.53 | 0.67 |
| Hex | A1 | 80 | D8 | 19 | 29 | 0 | F | 106 | 35 | 43 |
| Octal | 241 | 200 | 330 | 31 | 51 | 0 | 17 | 406 | 65 | 103 |
| Binary | 10100001 | 10000000 | 11011000 | 11001 | 101001 | 0 | 1111 | 100000110 | 110101 | 1000011 |
Color Harmonies of #A180D8
Complementary color
Monochromatic Colors of #A180D8
Black with #A180D8
Text Example
Text Example
White with #A180D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180D8; }
p { color: rgb(161,128,216); }
H1.HeaderClassName
{
color: #A180D8;
}
.AnyTagClassName
{
color: #A180D8;
}
</style>
background-color css
<style>
a { background-color: #A180D8; }
a { background-color: rgb(161,128,216); }
div.DivClassName
{
background-color: #A180D8;
}
.BgClassName
{
background-color: #A180D8;
}
</style>
border-color css
<style>
span { border-color: #A180D8; }
span { border-color: rgb(161,128,216); }
td.TdClassName
{
border-color: #A180D8;
}
.TagClassName
{
border-color: #A180D8;
}
</style>