Shades of Medium Purple #A781DF
Tints of Medium Purple #A781DF
RGB
CMYK
RGB Variations
Color information
#A781DF (or 0xA781DF) is known color: Medium Purple. HEX triplet: A7, 81 and DF. RGB value is (167,129,223). Sum of RGB (Red+Green+Blue) = 167+129+223=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A781DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781DF is #587E20. Grayscale: #969696. Windows color (decimal): -5799457 or 14647719. OLE color: 14647719.
HSL color Cylindrical-coordinate representation of color #A781DF: hue angle of 264.26º 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 #A781DF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 129 | 223 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.13 |
| HSL | 264.26º | 0.59% | 0.69% | - |
| HSV(B) | 264.26º | 0.42% | 0.87% | - |
| XYZ | 37.11 | 29.24 | 73.5 | - |
| YUV | 151.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 223 | 0.25 | 0.42 | 0 | 0.13 | 264.26 | 0.59 | 0.69 |
| Hex | A7 | 81 | DF | 19 | 2A | 0 | D | 108 | 3B | 45 |
| Octal | 247 | 201 | 337 | 31 | 52 | 0 | 15 | 410 | 73 | 105 |
| Binary | 10100111 | 10000001 | 11011111 | 11001 | 101010 | 0 | 1101 | 100001000 | 111011 | 1000101 |
Color Harmonies of #A781DF
Complementary color
Monochromatic Colors of #A781DF
Black with #A781DF
Text Example
Text Example
White with #A781DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781DF; }
p { color: rgb(167,129,223); }
H1.HeaderClassName
{
color: #A781DF;
}
.AnyTagClassName
{
color: #A781DF;
}
</style>
background-color css
<style>
a { background-color: #A781DF; }
a { background-color: rgb(167,129,223); }
div.DivClassName
{
background-color: #A781DF;
}
.BgClassName
{
background-color: #A781DF;
}
</style>
border-color css
<style>
span { border-color: #A781DF; }
span { border-color: rgb(167,129,223); }
td.TdClassName
{
border-color: #A781DF;
}
.TagClassName
{
border-color: #A781DF;
}
</style>