Shades of Medium Purple #A182DF
Tints of Medium Purple #A182DF
RGB
CMYK
RGB Variations
Color information
#A182DF (or 0xA182DF) is known color: Medium Purple. HEX triplet: A1, 82 and DF. RGB value is (161,130,223). Sum of RGB (Red+Green+Blue) = 161+130+223=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A182DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182DF is #5E7D20. Grayscale: #959595. Windows color (decimal): -6192417 or 14647969. OLE color: 14647969.
HSL color Cylindrical-coordinate representation of color #A182DF: hue angle of 260º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A182DF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 130 | 223 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.13 |
| HSL | 260º | 0.59% | 0.69% | - |
| HSV(B) | 260º | 0.42% | 0.87% | - |
| XYZ | 36 | 28.87 | 73.49 | - |
| YUV | 149.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 223 | 0.28 | 0.42 | 0 | 0.13 | 260 | 0.59 | 0.69 |
| Hex | A1 | 82 | DF | 1C | 2A | 0 | D | 104 | 3B | 45 |
| Octal | 241 | 202 | 337 | 34 | 52 | 0 | 15 | 404 | 73 | 105 |
| Binary | 10100001 | 10000010 | 11011111 | 11100 | 101010 | 0 | 1101 | 100000100 | 111011 | 1000101 |
Color Harmonies of #A182DF
Complementary color
Monochromatic Colors of #A182DF
Black with #A182DF
Text Example
Text Example
White with #A182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182DF; }
p { color: rgb(161,130,223); }
H1.HeaderClassName
{
color: #A182DF;
}
.AnyTagClassName
{
color: #A182DF;
}
</style>
background-color css
<style>
a { background-color: #A182DF; }
a { background-color: rgb(161,130,223); }
div.DivClassName
{
background-color: #A182DF;
}
.BgClassName
{
background-color: #A182DF;
}
</style>
border-color css
<style>
span { border-color: #A182DF; }
span { border-color: rgb(161,130,223); }
td.TdClassName
{
border-color: #A182DF;
}
.TagClassName
{
border-color: #A182DF;
}
</style>