Shades of Medium Purple #A058F2
Tints of Medium Purple #A058F2
RGB
CMYK
RGB Variations
Color information
#A058F2 (or 0xA058F2) is known color: Medium Purple. HEX triplet: A0, 58 and F2. RGB value is (160,88,242). Sum of RGB (Red+Green+Blue) = 160+88+242=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #A058F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058F2 is #5FA70D. Grayscale: #7E7E7E. Windows color (decimal): -6268686 or 15882400. OLE color: 15882400.
HSL color Cylindrical-coordinate representation of color #A058F2: hue angle of 268.05º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A058F2 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 88 | 242 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.05 |
| HSL | 268.05º | 0.86% | 0.65% | - |
| HSV(B) | 268.05º | 0.64% | 0.95% | - |
| XYZ | 34.01 | 20.86 | 86.24 | - |
| YUV | 127.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 242 | 0.34 | 0.64 | 0 | 0.05 | 268.05 | 0.86 | 0.65 |
| Hex | A0 | 58 | F2 | 22 | 40 | 0 | 5 | 10C | 56 | 41 |
| Octal | 240 | 130 | 362 | 42 | 100 | 0 | 5 | 414 | 126 | 101 |
| Binary | 10100000 | 1011000 | 11110010 | 100010 | 1000000 | 0 | 101 | 100001100 | 1010110 | 1000001 |
Color Harmonies of #A058F2
Complementary color
Monochromatic Colors of #A058F2
Black with #A058F2
Text Example
Text Example
White with #A058F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058F2; }
p { color: rgb(160,88,242); }
H1.HeaderClassName
{
color: #A058F2;
}
.AnyTagClassName
{
color: #A058F2;
}
</style>
background-color css
<style>
a { background-color: #A058F2; }
a { background-color: rgb(160,88,242); }
div.DivClassName
{
background-color: #A058F2;
}
.BgClassName
{
background-color: #A058F2;
}
</style>
border-color css
<style>
span { border-color: #A058F2; }
span { border-color: rgb(160,88,242); }
td.TdClassName
{
border-color: #A058F2;
}
.TagClassName
{
border-color: #A058F2;
}
</style>