Shades of Medium Purple #A155FB
Tints of Medium Purple #A155FB
RGB
CMYK
RGB Variations
Color information
#A155FB (or 0xA155FB) is known color: Medium Purple. HEX triplet: A1, 55 and FB. RGB value is (161,85,251). Sum of RGB (Red+Green+Blue) = 161+85+251=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A155FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155FB is #5EAA04. Grayscale: #7E7E7E. Windows color (decimal): -6203909 or 16471457. OLE color: 16471457.
HSL color Cylindrical-coordinate representation of color #A155FB: hue angle of 267.47º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A155FB is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 85 | 251 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.02 |
| HSL | 267.47º | 0.95% | 0.66% | - |
| HSV(B) | 267.47º | 0.66% | 0.98% | - |
| XYZ | 35.36 | 21.04 | 93.46 | - |
| YUV | 126.65 | 198.18 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 251 | 0.36 | 0.66 | 0 | 0.02 | 267.47 | 0.95 | 0.66 |
| Hex | A1 | 55 | FB | 24 | 42 | 0 | 2 | 10B | 5F | 42 |
| Octal | 241 | 125 | 373 | 44 | 102 | 0 | 2 | 413 | 137 | 102 |
| Binary | 10100001 | 1010101 | 11111011 | 100100 | 1000010 | 0 | 10 | 100001011 | 1011111 | 1000010 |
Color Harmonies of #A155FB
Complementary color
Monochromatic Colors of #A155FB
Black with #A155FB
Text Example
Text Example
White with #A155FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155FB; }
p { color: rgb(161,85,251); }
H1.HeaderClassName
{
color: #A155FB;
}
.AnyTagClassName
{
color: #A155FB;
}
</style>
background-color css
<style>
a { background-color: #A155FB; }
a { background-color: rgb(161,85,251); }
div.DivClassName
{
background-color: #A155FB;
}
.BgClassName
{
background-color: #A155FB;
}
</style>
border-color css
<style>
span { border-color: #A155FB; }
span { border-color: rgb(161,85,251); }
td.TdClassName
{
border-color: #A155FB;
}
.TagClassName
{
border-color: #A155FB;
}
</style>