Shades of Medium Purple #A281DF
Tints of Medium Purple #A281DF
RGB
CMYK
RGB Variations
Color information
#A281DF (or 0xA281DF) is known color: Medium Purple. HEX triplet: A2, 81 and DF. RGB value is (162,129,223). Sum of RGB (Red+Green+Blue) = 162+129+223=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A281DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281DF is #5D7E20. Grayscale: #959595. Windows color (decimal): -6127137 or 14647714. OLE color: 14647714.
HSL color Cylindrical-coordinate representation of color #A281DF: 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 #A281DF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 129 | 223 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 261.06º | 0.59% | 0.69% | - |
| HSV(B) | 261.06º | 0.42% | 0.87% | - |
| XYZ | 36.07 | 28.71 | 73.45 | - |
| YUV | 149.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 223 | 0.27 | 0.42 | 0 | 0.13 | 261.06 | 0.59 | 0.69 |
| Hex | A2 | 81 | DF | 1B | 2A | 0 | D | 105 | 3B | 45 |
| Octal | 242 | 201 | 337 | 33 | 52 | 0 | 15 | 405 | 73 | 105 |
| Binary | 10100010 | 10000001 | 11011111 | 11011 | 101010 | 0 | 1101 | 100000101 | 111011 | 1000101 |
Color Harmonies of #A281DF
Complementary color
Monochromatic Colors of #A281DF
Black with #A281DF
Text Example
Text Example
White with #A281DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281DF; }
p { color: rgb(162,129,223); }
H1.HeaderClassName
{
color: #A281DF;
}
.AnyTagClassName
{
color: #A281DF;
}
</style>
background-color css
<style>
a { background-color: #A281DF; }
a { background-color: rgb(162,129,223); }
div.DivClassName
{
background-color: #A281DF;
}
.BgClassName
{
background-color: #A281DF;
}
</style>
border-color css
<style>
span { border-color: #A281DF; }
span { border-color: rgb(162,129,223); }
td.TdClassName
{
border-color: #A281DF;
}
.TagClassName
{
border-color: #A281DF;
}
</style>