Shades of Medium Purple #A182F6
Tints of Medium Purple #A182F6
RGB
CMYK
RGB Variations
Color information
#A182F6 (or 0xA182F6) is known color: Medium Purple. HEX triplet: A1, 82 and F6. RGB value is (161,130,246). Sum of RGB (Red+Green+Blue) = 161+130+246=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #A182F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182F6 is #5E7D09. Grayscale: #989898. Windows color (decimal): -6192394 or 16155297. OLE color: 16155297.
HSL color Cylindrical-coordinate representation of color #A182F6: hue angle of 256.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A182F6 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 130 | 246 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.04 |
| HSL | 256.03º | 0.87% | 0.74% | - |
| HSV(B) | 256.03º | 0.47% | 0.96% | - |
| XYZ | 39.32 | 30.2 | 90.95 | - |
| YUV | 152.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 246 | 0.35 | 0.47 | 0 | 0.04 | 256.03 | 0.87 | 0.74 |
| Hex | A1 | 82 | F6 | 23 | 2F | 0 | 4 | 100 | 57 | 4A |
| Octal | 241 | 202 | 366 | 43 | 57 | 0 | 4 | 400 | 127 | 112 |
| Binary | 10100001 | 10000010 | 11110110 | 100011 | 101111 | 0 | 100 | 100000000 | 1010111 | 1001010 |
Color Harmonies of #A182F6
Complementary color
Monochromatic Colors of #A182F6
Black with #A182F6
Text Example
Text Example
White with #A182F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182F6; }
p { color: rgb(161,130,246); }
H1.HeaderClassName
{
color: #A182F6;
}
.AnyTagClassName
{
color: #A182F6;
}
</style>
background-color css
<style>
a { background-color: #A182F6; }
a { background-color: rgb(161,130,246); }
div.DivClassName
{
background-color: #A182F6;
}
.BgClassName
{
background-color: #A182F6;
}
</style>
border-color css
<style>
span { border-color: #A182F6; }
span { border-color: rgb(161,130,246); }
td.TdClassName
{
border-color: #A182F6;
}
.TagClassName
{
border-color: #A182F6;
}
</style>