Shades of Medium Purple #A558FA
Tints of Medium Purple #A558FA
RGB
CMYK
RGB Variations
Color information
#A558FA (or 0xA558FA) is known color: Medium Purple. HEX triplet: A5, 58 and FA. RGB value is (165,88,250). Sum of RGB (Red+Green+Blue) = 165+88+250=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #A558FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558FA is #5AA705. Grayscale: #808080. Windows color (decimal): -5940998 or 16406693. OLE color: 16406693.
HSL color Cylindrical-coordinate representation of color #A558FA: hue angle of 268.52º degrees, saturation: 0.94, 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 #A558FA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 88 | 250 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.02 |
| HSL | 268.52º | 0.94% | 0.66% | - |
| HSV(B) | 268.52º | 0.65% | 0.98% | - |
| XYZ | 36.26 | 21.88 | 92.75 | - |
| YUV | 129.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 250 | 0.34 | 0.65 | 0 | 0.02 | 268.52 | 0.94 | 0.66 |
| Hex | A5 | 58 | FA | 22 | 41 | 0 | 2 | 10D | 5E | 42 |
| Octal | 245 | 130 | 372 | 42 | 101 | 0 | 2 | 415 | 136 | 102 |
| Binary | 10100101 | 1011000 | 11111010 | 100010 | 1000001 | 0 | 10 | 100001101 | 1011110 | 1000010 |
Color Harmonies of #A558FA
Complementary color
Monochromatic Colors of #A558FA
Black with #A558FA
Text Example
Text Example
White with #A558FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558FA; }
p { color: rgb(165,88,250); }
H1.HeaderClassName
{
color: #A558FA;
}
.AnyTagClassName
{
color: #A558FA;
}
</style>
background-color css
<style>
a { background-color: #A558FA; }
a { background-color: rgb(165,88,250); }
div.DivClassName
{
background-color: #A558FA;
}
.BgClassName
{
background-color: #A558FA;
}
</style>
border-color css
<style>
span { border-color: #A558FA; }
span { border-color: rgb(165,88,250); }
td.TdClassName
{
border-color: #A558FA;
}
.TagClassName
{
border-color: #A558FA;
}
</style>