Shades of Medium Purple #A184E6
Tints of Medium Purple #A184E6
RGB
CMYK
RGB Variations
Color information
#A184E6 (or 0xA184E6) is known color: Medium Purple. HEX triplet: A1, 84 and E6. RGB value is (161,132,230). Sum of RGB (Red+Green+Blue) = 161+132+230=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #A184E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184E6 is #5E7B19. Grayscale: #979797. Windows color (decimal): -6191898 or 15107233. OLE color: 15107233.
HSL color Cylindrical-coordinate representation of color #A184E6: hue angle of 257.76º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A184E6 is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 132 | 230 | - |
| CMYK | 0.3 | 0.43 | 0 | 0.10 |
| HSL | 257.76º | 0.66% | 0.71% | - |
| HSV(B) | 257.76º | 0.43% | 0.9% | - |
| XYZ | 37.23 | 29.79 | 78.65 | - |
| YUV | 151.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 230 | 0.3 | 0.43 | 0 | 0.10 | 257.76 | 0.66 | 0.71 |
| Hex | A1 | 84 | E6 | 1E | 2B | 0 | A | 102 | 42 | 47 |
| Octal | 241 | 204 | 346 | 36 | 53 | 0 | 12 | 402 | 102 | 107 |
| Binary | 10100001 | 10000100 | 11100110 | 11110 | 101011 | 0 | 1010 | 100000010 | 1000010 | 1000111 |
Color Harmonies of #A184E6
Complementary color
Monochromatic Colors of #A184E6
Black with #A184E6
Text Example
Text Example
White with #A184E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184E6; }
p { color: rgb(161,132,230); }
H1.HeaderClassName
{
color: #A184E6;
}
.AnyTagClassName
{
color: #A184E6;
}
</style>
background-color css
<style>
a { background-color: #A184E6; }
a { background-color: rgb(161,132,230); }
div.DivClassName
{
background-color: #A184E6;
}
.BgClassName
{
background-color: #A184E6;
}
</style>
border-color css
<style>
span { border-color: #A184E6; }
span { border-color: rgb(161,132,230); }
td.TdClassName
{
border-color: #A184E6;
}
.TagClassName
{
border-color: #A184E6;
}
</style>