Shades of Medium Purple #A180DE
Tints of Medium Purple #A180DE
RGB
CMYK
RGB Variations
Color information
#A180DE (or 0xA180DE) is known color: Medium Purple. HEX triplet: A1, 80 and DE. RGB value is (161,128,222). Sum of RGB (Red+Green+Blue) = 161+128+222=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #A180DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180DE is #5E7F21. Grayscale: #949494. Windows color (decimal): -6192930 or 14581921. OLE color: 14581921.
HSL color Cylindrical-coordinate representation of color #A180DE: hue angle of 261.06º degrees, saturation: 0.59, 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 #A180DE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 128 | 222 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 261.06º | 0.59% | 0.69% | - |
| HSV(B) | 261.06º | 0.42% | 0.87% | - |
| XYZ | 35.6 | 28.29 | 72.69 | - |
| YUV | 148.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 222 | 0.27 | 0.42 | 0 | 0.13 | 261.06 | 0.59 | 0.69 |
| Hex | A1 | 80 | DE | 1B | 2A | 0 | D | 105 | 3B | 45 |
| Octal | 241 | 200 | 336 | 33 | 52 | 0 | 15 | 405 | 73 | 105 |
| Binary | 10100001 | 10000000 | 11011110 | 11011 | 101010 | 0 | 1101 | 100000101 | 111011 | 1000101 |
Color Harmonies of #A180DE
Complementary color
Monochromatic Colors of #A180DE
Black with #A180DE
Text Example
Text Example
White with #A180DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180DE; }
p { color: rgb(161,128,222); }
H1.HeaderClassName
{
color: #A180DE;
}
.AnyTagClassName
{
color: #A180DE;
}
</style>
background-color css
<style>
a { background-color: #A180DE; }
a { background-color: rgb(161,128,222); }
div.DivClassName
{
background-color: #A180DE;
}
.BgClassName
{
background-color: #A180DE;
}
</style>
border-color css
<style>
span { border-color: #A180DE; }
span { border-color: rgb(161,128,222); }
td.TdClassName
{
border-color: #A180DE;
}
.TagClassName
{
border-color: #A180DE;
}
</style>