Shades of Medium Purple #A182F1
Tints of Medium Purple #A182F1
RGB
CMYK
RGB Variations
Color information
#A182F1 (or 0xA182F1) is known color: Medium Purple. HEX triplet: A1, 82 and F1. RGB value is (161,130,241). Sum of RGB (Red+Green+Blue) = 161+130+241=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #A182F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182F1 is #5E7D0E. Grayscale: #979797. Windows color (decimal): -6192399 or 15827617. OLE color: 15827617.
HSL color Cylindrical-coordinate representation of color #A182F1: hue angle of 256.76º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A182F1 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 130 | 241 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.05 |
| HSL | 256.76º | 0.8% | 0.73% | - |
| HSV(B) | 256.76º | 0.46% | 0.95% | - |
| XYZ | 38.56 | 29.89 | 86.96 | - |
| YUV | 151.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 241 | 0.33 | 0.46 | 0 | 0.05 | 256.76 | 0.8 | 0.73 |
| Hex | A1 | 82 | F1 | 21 | 2E | 0 | 5 | 101 | 50 | 49 |
| Octal | 241 | 202 | 361 | 41 | 56 | 0 | 5 | 401 | 120 | 111 |
| Binary | 10100001 | 10000010 | 11110001 | 100001 | 101110 | 0 | 101 | 100000001 | 1010000 | 1001001 |
Color Harmonies of #A182F1
Complementary color
Monochromatic Colors of #A182F1
Black with #A182F1
Text Example
Text Example
White with #A182F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182F1; }
p { color: rgb(161,130,241); }
H1.HeaderClassName
{
color: #A182F1;
}
.AnyTagClassName
{
color: #A182F1;
}
</style>
background-color css
<style>
a { background-color: #A182F1; }
a { background-color: rgb(161,130,241); }
div.DivClassName
{
background-color: #A182F1;
}
.BgClassName
{
background-color: #A182F1;
}
</style>
border-color css
<style>
span { border-color: #A182F1; }
span { border-color: rgb(161,130,241); }
td.TdClassName
{
border-color: #A182F1;
}
.TagClassName
{
border-color: #A182F1;
}
</style>