Shades of Medium Purple #A582F3
Tints of Medium Purple #A582F3
RGB
CMYK
RGB Variations
Color information
#A582F3 (or 0xA582F3) is known color: Medium Purple. HEX triplet: A5, 82 and F3. RGB value is (165,130,243). Sum of RGB (Red+Green+Blue) = 165+130+243=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #A582F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582F3 is #5A7D0C. Grayscale: #989898. Windows color (decimal): -5930253 or 15958693. OLE color: 15958693.
HSL color Cylindrical-coordinate representation of color #A582F3: hue angle of 258.58º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A582F3 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 130 | 243 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.05 |
| HSL | 258.58º | 0.82% | 0.73% | - |
| HSV(B) | 258.58º | 0.47% | 0.95% | - |
| XYZ | 39.68 | 30.44 | 88.58 | - |
| YUV | 153.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 243 | 0.32 | 0.47 | 0 | 0.05 | 258.58 | 0.82 | 0.73 |
| Hex | A5 | 82 | F3 | 20 | 2F | 0 | 5 | 103 | 52 | 49 |
| Octal | 245 | 202 | 363 | 40 | 57 | 0 | 5 | 403 | 122 | 111 |
| Binary | 10100101 | 10000010 | 11110011 | 100000 | 101111 | 0 | 101 | 100000011 | 1010010 | 1001001 |
Color Harmonies of #A582F3
Complementary color
Monochromatic Colors of #A582F3
Black with #A582F3
Text Example
Text Example
White with #A582F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582F3; }
p { color: rgb(165,130,243); }
H1.HeaderClassName
{
color: #A582F3;
}
.AnyTagClassName
{
color: #A582F3;
}
</style>
background-color css
<style>
a { background-color: #A582F3; }
a { background-color: rgb(165,130,243); }
div.DivClassName
{
background-color: #A582F3;
}
.BgClassName
{
background-color: #A582F3;
}
</style>
border-color css
<style>
span { border-color: #A582F3; }
span { border-color: rgb(165,130,243); }
td.TdClassName
{
border-color: #A582F3;
}
.TagClassName
{
border-color: #A582F3;
}
</style>