Shades of Medium Purple #A281DD
Tints of Medium Purple #A281DD
RGB
CMYK
RGB Variations
Color information
#A281DD (or 0xA281DD) is known color: Medium Purple. HEX triplet: A2, 81 and DD. RGB value is (162,129,221). Sum of RGB (Red+Green+Blue) = 162+129+221=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A281DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281DD is #5D7E22. Grayscale: #959595. Windows color (decimal): -6127139 or 14516642. OLE color: 14516642.
HSL color Cylindrical-coordinate representation of color #A281DD: hue angle of 261.52º degrees, saturation: 0.57, 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 #A281DD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 129 | 221 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 261.52º | 0.58% | 0.69% | - |
| HSV(B) | 261.52º | 0.42% | 0.87% | - |
| XYZ | 35.8 | 28.6 | 72.04 | - |
| YUV | 149.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 221 | 0.27 | 0.42 | 0 | 0.13 | 261.52 | 0.58 | 0.69 |
| Hex | A2 | 81 | DD | 1B | 2A | 0 | D | 106 | 3A | 45 |
| Octal | 242 | 201 | 335 | 33 | 52 | 0 | 15 | 406 | 72 | 105 |
| Binary | 10100010 | 10000001 | 11011101 | 11011 | 101010 | 0 | 1101 | 100000110 | 111010 | 1000101 |
Color Harmonies of #A281DD
Complementary color
Monochromatic Colors of #A281DD
Black with #A281DD
Text Example
Text Example
White with #A281DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281DD; }
p { color: rgb(162,129,221); }
H1.HeaderClassName
{
color: #A281DD;
}
.AnyTagClassName
{
color: #A281DD;
}
</style>
background-color css
<style>
a { background-color: #A281DD; }
a { background-color: rgb(162,129,221); }
div.DivClassName
{
background-color: #A281DD;
}
.BgClassName
{
background-color: #A281DD;
}
</style>
border-color css
<style>
span { border-color: #A281DD; }
span { border-color: rgb(162,129,221); }
td.TdClassName
{
border-color: #A281DD;
}
.TagClassName
{
border-color: #A281DD;
}
</style>