Shades of Medium Purple #A781F0
Tints of Medium Purple #A781F0
RGB
CMYK
RGB Variations
Color information
#A781F0 (or 0xA781F0) is known color: Medium Purple. HEX triplet: A7, 81 and F0. RGB value is (167,129,240). Sum of RGB (Red+Green+Blue) = 167+129+240=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A781F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781F0 is #587E0F. Grayscale: #989898. Windows color (decimal): -5799440 or 15761831. OLE color: 15761831.
HSL color Cylindrical-coordinate representation of color #A781F0: hue angle of 260.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A781F0 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 129 | 240 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.06 |
| HSL | 260.54º | 0.79% | 0.72% | - |
| HSV(B) | 260.54º | 0.46% | 0.94% | - |
| XYZ | 39.51 | 30.21 | 86.19 | - |
| YUV | 153.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 240 | 0.30 | 0.46 | 0 | 0.06 | 260.54 | 0.79 | 0.72 |
| Hex | A7 | 81 | F0 | 1E | 2E | 0 | 6 | 105 | 4F | 48 |
| Octal | 247 | 201 | 360 | 36 | 56 | 0 | 6 | 405 | 117 | 110 |
| Binary | 10100111 | 10000001 | 11110000 | 11110 | 101110 | 0 | 110 | 100000101 | 1001111 | 1001000 |
Color Harmonies of #A781F0
Complementary color
Monochromatic Colors of #A781F0
Black with #A781F0
Text Example
Text Example
White with #A781F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781F0; }
p { color: rgb(167,129,240); }
H1.HeaderClassName
{
color: #A781F0;
}
.AnyTagClassName
{
color: #A781F0;
}
</style>
background-color css
<style>
a { background-color: #A781F0; }
a { background-color: rgb(167,129,240); }
div.DivClassName
{
background-color: #A781F0;
}
.BgClassName
{
background-color: #A781F0;
}
</style>
border-color css
<style>
span { border-color: #A781F0; }
span { border-color: rgb(167,129,240); }
td.TdClassName
{
border-color: #A781F0;
}
.TagClassName
{
border-color: #A781F0;
}
</style>