Shades of Medium Purple #A152F3
Tints of Medium Purple #A152F3
RGB
CMYK
RGB Variations
Color information
#A152F3 (or 0xA152F3) is known color: Medium Purple. HEX triplet: A1, 52 and F3. RGB value is (161,82,243). Sum of RGB (Red+Green+Blue) = 161+82+243=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #A152F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152F3 is #5EAD0C. Grayscale: #7B7B7B. Windows color (decimal): -6204685 or 15946401. OLE color: 15946401.
HSL color Cylindrical-coordinate representation of color #A152F3: hue angle of 269.44º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A152F3 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 82 | 243 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.05 |
| HSL | 269.44º | 0.87% | 0.64% | - |
| HSV(B) | 269.44º | 0.66% | 0.95% | - |
| XYZ | 33.89 | 20.08 | 86.88 | - |
| YUV | 123.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 243 | 0.34 | 0.66 | 0 | 0.05 | 269.44 | 0.87 | 0.64 |
| Hex | A1 | 52 | F3 | 22 | 42 | 0 | 5 | 10D | 57 | 40 |
| Octal | 241 | 122 | 363 | 42 | 102 | 0 | 5 | 415 | 127 | 100 |
| Binary | 10100001 | 1010010 | 11110011 | 100010 | 1000010 | 0 | 101 | 100001101 | 1010111 | 1000000 |
Color Harmonies of #A152F3
Complementary color
Monochromatic Colors of #A152F3
Black with #A152F3
Text Example
Text Example
White with #A152F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152F3; }
p { color: rgb(161,82,243); }
H1.HeaderClassName
{
color: #A152F3;
}
.AnyTagClassName
{
color: #A152F3;
}
</style>
background-color css
<style>
a { background-color: #A152F3; }
a { background-color: rgb(161,82,243); }
div.DivClassName
{
background-color: #A152F3;
}
.BgClassName
{
background-color: #A152F3;
}
</style>
border-color css
<style>
span { border-color: #A152F3; }
span { border-color: rgb(161,82,243); }
td.TdClassName
{
border-color: #A152F3;
}
.TagClassName
{
border-color: #A152F3;
}
</style>