Shades of Medium Purple #A181F7
Tints of Medium Purple #A181F7
RGB
CMYK
RGB Variations
Color information
#A181F7 (or 0xA181F7) is known color: Medium Purple. HEX triplet: A1, 81 and F7. RGB value is (161,129,247). Sum of RGB (Red+Green+Blue) = 161+129+247=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #A181F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181F7 is #5E7E08. Grayscale: #979797. Windows color (decimal): -6192649 or 16220577. OLE color: 16220577.
HSL color Cylindrical-coordinate representation of color #A181F7: hue angle of 256.27º 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 #A181F7 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 129 | 247 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.03 |
| HSL | 256.27º | 0.88% | 0.74% | - |
| HSV(B) | 256.27º | 0.48% | 0.97% | - |
| XYZ | 39.34 | 29.99 | 91.71 | - |
| YUV | 152.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 247 | 0.35 | 0.48 | 0 | 0.03 | 256.27 | 0.88 | 0.74 |
| Hex | A1 | 81 | F7 | 23 | 30 | 0 | 3 | 100 | 58 | 4A |
| Octal | 241 | 201 | 367 | 43 | 60 | 0 | 3 | 400 | 130 | 112 |
| Binary | 10100001 | 10000001 | 11110111 | 100011 | 110000 | 0 | 11 | 100000000 | 1011000 | 1001010 |
Color Harmonies of #A181F7
Complementary color
Monochromatic Colors of #A181F7
Black with #A181F7
Text Example
Text Example
White with #A181F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181F7; }
p { color: rgb(161,129,247); }
H1.HeaderClassName
{
color: #A181F7;
}
.AnyTagClassName
{
color: #A181F7;
}
</style>
background-color css
<style>
a { background-color: #A181F7; }
a { background-color: rgb(161,129,247); }
div.DivClassName
{
background-color: #A181F7;
}
.BgClassName
{
background-color: #A181F7;
}
</style>
border-color css
<style>
span { border-color: #A181F7; }
span { border-color: rgb(161,129,247); }
td.TdClassName
{
border-color: #A181F7;
}
.TagClassName
{
border-color: #A181F7;
}
</style>