Shades of Medium Purple #A558FC
Tints of Medium Purple #A558FC
RGB
CMYK
RGB Variations
Color information
#A558FC (or 0xA558FC) is known color: Medium Purple. HEX triplet: A5, 58 and FC. RGB value is (165,88,252). Sum of RGB (Red+Green+Blue) = 165+88+252=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #A558FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558FC is #5AA703. Grayscale: #818181. Windows color (decimal): -5940996 or 16537765. OLE color: 16537765.
HSL color Cylindrical-coordinate representation of color #A558FC: hue angle of 268.17º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A558FC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 88 | 252 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.01 |
| HSL | 268.17º | 0.96% | 0.67% | - |
| HSV(B) | 268.17º | 0.65% | 0.99% | - |
| XYZ | 36.58 | 22.01 | 94.42 | - |
| YUV | 129.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 252 | 0.35 | 0.65 | 0 | 0.01 | 268.17 | 0.96 | 0.67 |
| Hex | A5 | 58 | FC | 23 | 41 | 0 | 1 | 10C | 60 | 43 |
| Octal | 245 | 130 | 374 | 43 | 101 | 0 | 1 | 414 | 140 | 103 |
| Binary | 10100101 | 1011000 | 11111100 | 100011 | 1000001 | 0 | 1 | 100001100 | 1100000 | 1000011 |
Color Harmonies of #A558FC
Complementary color
Monochromatic Colors of #A558FC
Black with #A558FC
Text Example
Text Example
White with #A558FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558FC; }
p { color: rgb(165,88,252); }
H1.HeaderClassName
{
color: #A558FC;
}
.AnyTagClassName
{
color: #A558FC;
}
</style>
background-color css
<style>
a { background-color: #A558FC; }
a { background-color: rgb(165,88,252); }
div.DivClassName
{
background-color: #A558FC;
}
.BgClassName
{
background-color: #A558FC;
}
</style>
border-color css
<style>
span { border-color: #A558FC; }
span { border-color: rgb(165,88,252); }
td.TdClassName
{
border-color: #A558FC;
}
.TagClassName
{
border-color: #A558FC;
}
</style>