Shades of Medium Purple #A781F7
Tints of Medium Purple #A781F7
RGB
CMYK
RGB Variations
Color information
#A781F7 (or 0xA781F7) is known color: Medium Purple. HEX triplet: A7, 81 and F7. RGB value is (167,129,247). Sum of RGB (Red+Green+Blue) = 167+129+247=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #A781F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781F7 is #587E08. Grayscale: #999999. Windows color (decimal): -5799433 or 16220583. OLE color: 16220583.
HSL color Cylindrical-coordinate representation of color #A781F7: hue angle of 259.32º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A781F7 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 129 | 247 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.03 |
| HSL | 259.32º | 0.88% | 0.74% | - |
| HSV(B) | 259.32º | 0.48% | 0.97% | - |
| XYZ | 40.58 | 30.63 | 91.77 | - |
| YUV | 153.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 247 | 0.32 | 0.48 | 0 | 0.03 | 259.32 | 0.88 | 0.74 |
| Hex | A7 | 81 | F7 | 20 | 30 | 0 | 3 | 103 | 58 | 4A |
| Octal | 247 | 201 | 367 | 40 | 60 | 0 | 3 | 403 | 130 | 112 |
| Binary | 10100111 | 10000001 | 11110111 | 100000 | 110000 | 0 | 11 | 100000011 | 1011000 | 1001010 |
Color Harmonies of #A781F7
Complementary color
Monochromatic Colors of #A781F7
Black with #A781F7
Text Example
Text Example
White with #A781F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781F7; }
p { color: rgb(167,129,247); }
H1.HeaderClassName
{
color: #A781F7;
}
.AnyTagClassName
{
color: #A781F7;
}
</style>
background-color css
<style>
a { background-color: #A781F7; }
a { background-color: rgb(167,129,247); }
div.DivClassName
{
background-color: #A781F7;
}
.BgClassName
{
background-color: #A781F7;
}
</style>
border-color css
<style>
span { border-color: #A781F7; }
span { border-color: rgb(167,129,247); }
td.TdClassName
{
border-color: #A781F7;
}
.TagClassName
{
border-color: #A781F7;
}
</style>