Shades of Medium Purple #A158FC
Tints of Medium Purple #A158FC
RGB
CMYK
RGB Variations
Color information
#A158FC (or 0xA158FC) is known color: Medium Purple. HEX triplet: A1, 58 and FC. RGB value is (161,88,252). Sum of RGB (Red+Green+Blue) = 161+88+252=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A158FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A158FC is #5EA703. Grayscale: #7F7F7F. Windows color (decimal): -6203140 or 16537761. OLE color: 16537761.
HSL color Cylindrical-coordinate representation of color #A158FC: hue angle of 266.71º 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 #A158FC is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 88 | 252 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.01 |
| HSL | 266.71º | 0.96% | 0.67% | - |
| HSV(B) | 266.71º | 0.65% | 0.99% | - |
| XYZ | 35.76 | 21.58 | 94.38 | - |
| YUV | 128.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 252 | 0.36 | 0.65 | 0 | 0.01 | 266.71 | 0.96 | 0.67 |
| Hex | A1 | 58 | FC | 24 | 41 | 0 | 1 | 10B | 60 | 43 |
| Octal | 241 | 130 | 374 | 44 | 101 | 0 | 1 | 413 | 140 | 103 |
| Binary | 10100001 | 1011000 | 11111100 | 100100 | 1000001 | 0 | 1 | 100001011 | 1100000 | 1000011 |
Color Harmonies of #A158FC
Complementary color
Monochromatic Colors of #A158FC
Black with #A158FC
Text Example
Text Example
White with #A158FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158FC; }
p { color: rgb(161,88,252); }
H1.HeaderClassName
{
color: #A158FC;
}
.AnyTagClassName
{
color: #A158FC;
}
</style>
background-color css
<style>
a { background-color: #A158FC; }
a { background-color: rgb(161,88,252); }
div.DivClassName
{
background-color: #A158FC;
}
.BgClassName
{
background-color: #A158FC;
}
</style>
border-color css
<style>
span { border-color: #A158FC; }
span { border-color: rgb(161,88,252); }
td.TdClassName
{
border-color: #A158FC;
}
.TagClassName
{
border-color: #A158FC;
}
</style>