Shades of Medium Purple #A586F2
Tints of Medium Purple #A586F2
RGB
CMYK
RGB Variations
Color information
#A586F2 (or 0xA586F2) is known color: Medium Purple. HEX triplet: A5, 86 and F2. RGB value is (165,134,242). Sum of RGB (Red+Green+Blue) = 165+134+242=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #A586F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586F2 is #5A790D. Grayscale: #9B9B9B. Windows color (decimal): -5929230 or 15894181. OLE color: 15894181.
HSL color Cylindrical-coordinate representation of color #A586F2: hue angle of 257.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A586F2 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 134 | 242 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.05 |
| HSL | 257.22º | 0.81% | 0.74% | - |
| HSV(B) | 257.22º | 0.45% | 0.95% | - |
| XYZ | 40.07 | 31.46 | 87.96 | - |
| YUV | 155.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 242 | 0.32 | 0.45 | 0 | 0.05 | 257.22 | 0.81 | 0.74 |
| Hex | A5 | 86 | F2 | 20 | 2D | 0 | 5 | 101 | 51 | 4A |
| Octal | 245 | 206 | 362 | 40 | 55 | 0 | 5 | 401 | 121 | 112 |
| Binary | 10100101 | 10000110 | 11110010 | 100000 | 101101 | 0 | 101 | 100000001 | 1010001 | 1001010 |
Color Harmonies of #A586F2
Complementary color
Monochromatic Colors of #A586F2
Black with #A586F2
Text Example
Text Example
White with #A586F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586F2; }
p { color: rgb(165,134,242); }
H1.HeaderClassName
{
color: #A586F2;
}
.AnyTagClassName
{
color: #A586F2;
}
</style>
background-color css
<style>
a { background-color: #A586F2; }
a { background-color: rgb(165,134,242); }
div.DivClassName
{
background-color: #A586F2;
}
.BgClassName
{
background-color: #A586F2;
}
</style>
border-color css
<style>
span { border-color: #A586F2; }
span { border-color: rgb(165,134,242); }
td.TdClassName
{
border-color: #A586F2;
}
.TagClassName
{
border-color: #A586F2;
}
</style>