Shades of Medium Purple #A058F3
Tints of Medium Purple #A058F3
RGB
CMYK
RGB Variations
Color information
#A058F3 (or 0xA058F3) is known color: Medium Purple. HEX triplet: A0, 58 and F3. RGB value is (160,88,243). Sum of RGB (Red+Green+Blue) = 160+88+243=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #A058F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058F3 is #5FA70C. Grayscale: #7E7E7E. Windows color (decimal): -6268685 or 15947936. OLE color: 15947936.
HSL color Cylindrical-coordinate representation of color #A058F3: hue angle of 267.87º degrees, saturation: 0.87, 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 #A058F3 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 88 | 243 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.05 |
| HSL | 267.87º | 0.87% | 0.65% | - |
| HSV(B) | 267.87º | 0.64% | 0.95% | - |
| XYZ | 34.16 | 20.92 | 87.03 | - |
| YUV | 127.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 243 | 0.34 | 0.64 | 0 | 0.05 | 267.87 | 0.87 | 0.65 |
| Hex | A0 | 58 | F3 | 22 | 40 | 0 | 5 | 10C | 57 | 41 |
| Octal | 240 | 130 | 363 | 42 | 100 | 0 | 5 | 414 | 127 | 101 |
| Binary | 10100000 | 1011000 | 11110011 | 100010 | 1000000 | 0 | 101 | 100001100 | 1010111 | 1000001 |
Color Harmonies of #A058F3
Complementary color
Monochromatic Colors of #A058F3
Black with #A058F3
Text Example
Text Example
White with #A058F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058F3; }
p { color: rgb(160,88,243); }
H1.HeaderClassName
{
color: #A058F3;
}
.AnyTagClassName
{
color: #A058F3;
}
</style>
background-color css
<style>
a { background-color: #A058F3; }
a { background-color: rgb(160,88,243); }
div.DivClassName
{
background-color: #A058F3;
}
.BgClassName
{
background-color: #A058F3;
}
</style>
border-color css
<style>
span { border-color: #A058F3; }
span { border-color: rgb(160,88,243); }
td.TdClassName
{
border-color: #A058F3;
}
.TagClassName
{
border-color: #A058F3;
}
</style>