Shades of Medium Purple #A558F9
Tints of Medium Purple #A558F9
RGB
CMYK
RGB Variations
Color information
#A558F9 (or 0xA558F9) is known color: Medium Purple. HEX triplet: A5, 58 and F9. RGB value is (165,88,249). Sum of RGB (Red+Green+Blue) = 165+88+249=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #A558F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558F9 is #5AA706. Grayscale: #808080. Windows color (decimal): -5940999 or 16341157. OLE color: 16341157.
HSL color Cylindrical-coordinate representation of color #A558F9: hue angle of 268.7º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A558F9 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 88 | 249 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.02 |
| HSL | 268.7º | 0.93% | 0.66% | - |
| HSV(B) | 268.7º | 0.65% | 0.98% | - |
| XYZ | 36.11 | 21.82 | 91.93 | - |
| YUV | 129.38 | 195.51 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 249 | 0.34 | 0.65 | 0 | 0.02 | 268.7 | 0.93 | 0.66 |
| Hex | A5 | 58 | F9 | 22 | 41 | 0 | 2 | 10D | 5D | 42 |
| Octal | 245 | 130 | 371 | 42 | 101 | 0 | 2 | 415 | 135 | 102 |
| Binary | 10100101 | 1011000 | 11111001 | 100010 | 1000001 | 0 | 10 | 100001101 | 1011101 | 1000010 |
Color Harmonies of #A558F9
Complementary color
Monochromatic Colors of #A558F9
Black with #A558F9
Text Example
Text Example
White with #A558F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558F9; }
p { color: rgb(165,88,249); }
H1.HeaderClassName
{
color: #A558F9;
}
.AnyTagClassName
{
color: #A558F9;
}
</style>
background-color css
<style>
a { background-color: #A558F9; }
a { background-color: rgb(165,88,249); }
div.DivClassName
{
background-color: #A558F9;
}
.BgClassName
{
background-color: #A558F9;
}
</style>
border-color css
<style>
span { border-color: #A558F9; }
span { border-color: rgb(165,88,249); }
td.TdClassName
{
border-color: #A558F9;
}
.TagClassName
{
border-color: #A558F9;
}
</style>