Shades of Medium Purple #A582DF
Tints of Medium Purple #A582DF
RGB
CMYK
RGB Variations
Color information
#A582DF (or 0xA582DF) is known color: Medium Purple. HEX triplet: A5, 82 and DF. RGB value is (165,130,223). Sum of RGB (Red+Green+Blue) = 165+130+223=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A582DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582DF is #5A7D20. Grayscale: #969696. Windows color (decimal): -5930273 or 14647973. OLE color: 14647973.
HSL color Cylindrical-coordinate representation of color #A582DF: hue angle of 262.58º 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 #A582DF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 130 | 223 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.13 |
| HSL | 262.58º | 0.59% | 0.69% | - |
| HSV(B) | 262.58º | 0.42% | 0.87% | - |
| XYZ | 36.82 | 29.29 | 73.53 | - |
| YUV | 151.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 223 | 0.26 | 0.42 | 0 | 0.13 | 262.58 | 0.59 | 0.69 |
| Hex | A5 | 82 | DF | 1A | 2A | 0 | D | 107 | 3B | 45 |
| Octal | 245 | 202 | 337 | 32 | 52 | 0 | 15 | 407 | 73 | 105 |
| Binary | 10100101 | 10000010 | 11011111 | 11010 | 101010 | 0 | 1101 | 100000111 | 111011 | 1000101 |
Color Harmonies of #A582DF
Complementary color
Monochromatic Colors of #A582DF
Black with #A582DF
Text Example
Text Example
White with #A582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582DF; }
p { color: rgb(165,130,223); }
H1.HeaderClassName
{
color: #A582DF;
}
.AnyTagClassName
{
color: #A582DF;
}
</style>
background-color css
<style>
a { background-color: #A582DF; }
a { background-color: rgb(165,130,223); }
div.DivClassName
{
background-color: #A582DF;
}
.BgClassName
{
background-color: #A582DF;
}
</style>
border-color css
<style>
span { border-color: #A582DF; }
span { border-color: rgb(165,130,223); }
td.TdClassName
{
border-color: #A582DF;
}
.TagClassName
{
border-color: #A582DF;
}
</style>