Shades of Medium Purple #A182F0
Tints of Medium Purple #A182F0
RGB
CMYK
RGB Variations
Color information
#A182F0 (or 0xA182F0) is known color: Medium Purple. HEX triplet: A1, 82 and F0. RGB value is (161,130,240). Sum of RGB (Red+Green+Blue) = 161+130+240=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A182F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182F0 is #5E7D0F. Grayscale: #979797. Windows color (decimal): -6192400 or 15762081. OLE color: 15762081.
HSL color Cylindrical-coordinate representation of color #A182F0: hue angle of 256.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A182F0 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 130 | 240 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.06 |
| HSL | 256.91º | 0.79% | 0.73% | - |
| HSV(B) | 256.91º | 0.46% | 0.94% | - |
| XYZ | 38.41 | 29.83 | 86.17 | - |
| YUV | 151.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 240 | 0.33 | 0.46 | 0 | 0.06 | 256.91 | 0.79 | 0.73 |
| Hex | A1 | 82 | F0 | 21 | 2E | 0 | 6 | 101 | 4F | 49 |
| Octal | 241 | 202 | 360 | 41 | 56 | 0 | 6 | 401 | 117 | 111 |
| Binary | 10100001 | 10000010 | 11110000 | 100001 | 101110 | 0 | 110 | 100000001 | 1001111 | 1001001 |
Color Harmonies of #A182F0
Complementary color
Monochromatic Colors of #A182F0
Black with #A182F0
Text Example
Text Example
White with #A182F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182F0; }
p { color: rgb(161,130,240); }
H1.HeaderClassName
{
color: #A182F0;
}
.AnyTagClassName
{
color: #A182F0;
}
</style>
background-color css
<style>
a { background-color: #A182F0; }
a { background-color: rgb(161,130,240); }
div.DivClassName
{
background-color: #A182F0;
}
.BgClassName
{
background-color: #A182F0;
}
</style>
border-color css
<style>
span { border-color: #A182F0; }
span { border-color: rgb(161,130,240); }
td.TdClassName
{
border-color: #A182F0;
}
.TagClassName
{
border-color: #A182F0;
}
</style>