Shades of Medium Purple #A155F0
Tints of Medium Purple #A155F0
RGB
CMYK
RGB Variations
Color information
#A155F0 (or 0xA155F0) is known color: Medium Purple. HEX triplet: A1, 55 and F0. RGB value is (161,85,240). Sum of RGB (Red+Green+Blue) = 161+85+240=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #A155F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155F0 is #5EAA0F. Grayscale: #7C7C7C. Windows color (decimal): -6203920 or 15750561. OLE color: 15750561.
HSL color Cylindrical-coordinate representation of color #A155F0: hue angle of 269.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A155F0 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 85 | 240 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.06 |
| HSL | 269.42º | 0.84% | 0.64% | - |
| HSV(B) | 269.42º | 0.65% | 0.94% | - |
| XYZ | 33.67 | 20.37 | 84.59 | - |
| YUV | 125.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 240 | 0.33 | 0.65 | 0 | 0.06 | 269.42 | 0.84 | 0.64 |
| Hex | A1 | 55 | F0 | 21 | 41 | 0 | 6 | 10D | 54 | 40 |
| Octal | 241 | 125 | 360 | 41 | 101 | 0 | 6 | 415 | 124 | 100 |
| Binary | 10100001 | 1010101 | 11110000 | 100001 | 1000001 | 0 | 110 | 100001101 | 1010100 | 1000000 |
Color Harmonies of #A155F0
Complementary color
Monochromatic Colors of #A155F0
Black with #A155F0
Text Example
Text Example
White with #A155F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155F0; }
p { color: rgb(161,85,240); }
H1.HeaderClassName
{
color: #A155F0;
}
.AnyTagClassName
{
color: #A155F0;
}
</style>
background-color css
<style>
a { background-color: #A155F0; }
a { background-color: rgb(161,85,240); }
div.DivClassName
{
background-color: #A155F0;
}
.BgClassName
{
background-color: #A155F0;
}
</style>
border-color css
<style>
span { border-color: #A155F0; }
span { border-color: rgb(161,85,240); }
td.TdClassName
{
border-color: #A155F0;
}
.TagClassName
{
border-color: #A155F0;
}
</style>