Shades of Medium Purple #A081DF
Tints of Medium Purple #A081DF
RGB
CMYK
RGB Variations
Color information
#A081DF (or 0xA081DF) is known color: Medium Purple. HEX triplet: A0, 81 and DF. RGB value is (160,129,223). Sum of RGB (Red+Green+Blue) = 160+129+223=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A081DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081DF is #5F7E20. Grayscale: #949494. Windows color (decimal): -6258209 or 14647712. OLE color: 14647712.
HSL color Cylindrical-coordinate representation of color #A081DF: hue angle of 259.79º 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 #A081DF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 129 | 223 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.13 |
| HSL | 259.79º | 0.59% | 0.69% | - |
| HSV(B) | 259.79º | 0.42% | 0.87% | - |
| XYZ | 35.67 | 28.5 | 73.43 | - |
| YUV | 148.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 223 | 0.28 | 0.42 | 0 | 0.13 | 259.79 | 0.59 | 0.69 |
| Hex | A0 | 81 | DF | 1C | 2A | 0 | D | 104 | 3B | 45 |
| Octal | 240 | 201 | 337 | 34 | 52 | 0 | 15 | 404 | 73 | 105 |
| Binary | 10100000 | 10000001 | 11011111 | 11100 | 101010 | 0 | 1101 | 100000100 | 111011 | 1000101 |
Color Harmonies of #A081DF
Complementary color
Monochromatic Colors of #A081DF
Black with #A081DF
Text Example
Text Example
White with #A081DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081DF; }
p { color: rgb(160,129,223); }
H1.HeaderClassName
{
color: #A081DF;
}
.AnyTagClassName
{
color: #A081DF;
}
</style>
background-color css
<style>
a { background-color: #A081DF; }
a { background-color: rgb(160,129,223); }
div.DivClassName
{
background-color: #A081DF;
}
.BgClassName
{
background-color: #A081DF;
}
</style>
border-color css
<style>
span { border-color: #A081DF; }
span { border-color: rgb(160,129,223); }
td.TdClassName
{
border-color: #A081DF;
}
.TagClassName
{
border-color: #A081DF;
}
</style>