Shades of Medium Purple #A180F1
Tints of Medium Purple #A180F1
RGB
CMYK
RGB Variations
Color information
#A180F1 (or 0xA180F1) is known color: Medium Purple. HEX triplet: A1, 80 and F1. RGB value is (161,128,241). Sum of RGB (Red+Green+Blue) = 161+128+241=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #A180F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180F1 is #5E7F0E. Grayscale: #969696. Windows color (decimal): -6192911 or 15827105. OLE color: 15827105.
HSL color Cylindrical-coordinate representation of color #A180F1: hue angle of 257.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A180F1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 128 | 241 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.05 |
| HSL | 257.52º | 0.8% | 0.72% | - |
| HSV(B) | 257.52º | 0.47% | 0.95% | - |
| XYZ | 38.29 | 29.37 | 86.87 | - |
| YUV | 150.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 241 | 0.33 | 0.47 | 0 | 0.05 | 257.52 | 0.8 | 0.72 |
| Hex | A1 | 80 | F1 | 21 | 2F | 0 | 5 | 102 | 50 | 48 |
| Octal | 241 | 200 | 361 | 41 | 57 | 0 | 5 | 402 | 120 | 110 |
| Binary | 10100001 | 10000000 | 11110001 | 100001 | 101111 | 0 | 101 | 100000010 | 1010000 | 1001000 |
Color Harmonies of #A180F1
Complementary color
Monochromatic Colors of #A180F1
Black with #A180F1
Text Example
Text Example
White with #A180F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180F1; }
p { color: rgb(161,128,241); }
H1.HeaderClassName
{
color: #A180F1;
}
.AnyTagClassName
{
color: #A180F1;
}
</style>
background-color css
<style>
a { background-color: #A180F1; }
a { background-color: rgb(161,128,241); }
div.DivClassName
{
background-color: #A180F1;
}
.BgClassName
{
background-color: #A180F1;
}
</style>
border-color css
<style>
span { border-color: #A180F1; }
span { border-color: rgb(161,128,241); }
td.TdClassName
{
border-color: #A180F1;
}
.TagClassName
{
border-color: #A180F1;
}
</style>