Shades of Medium Purple #A358FC
Tints of Medium Purple #A358FC
RGB
CMYK
RGB Variations
Color information
#A358FC (or 0xA358FC) is known color: Medium Purple. HEX triplet: A3, 58 and FC. RGB value is (163,88,252). Sum of RGB (Red+Green+Blue) = 163+88+252=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A358FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358FC is #5CA703. Grayscale: #808080. Windows color (decimal): -6072068 or 16537763. OLE color: 16537763.
HSL color Cylindrical-coordinate representation of color #A358FC: hue angle of 267.44º 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 #A358FC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 88 | 252 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.01 |
| HSL | 267.44º | 0.96% | 0.67% | - |
| HSV(B) | 267.44º | 0.65% | 0.99% | - |
| XYZ | 36.16 | 21.79 | 94.4 | - |
| YUV | 129.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 252 | 0.35 | 0.65 | 0 | 0.01 | 267.44 | 0.96 | 0.67 |
| Hex | A3 | 58 | FC | 23 | 41 | 0 | 1 | 10B | 60 | 43 |
| Octal | 243 | 130 | 374 | 43 | 101 | 0 | 1 | 413 | 140 | 103 |
| Binary | 10100011 | 1011000 | 11111100 | 100011 | 1000001 | 0 | 1 | 100001011 | 1100000 | 1000011 |
Color Harmonies of #A358FC
Complementary color
Monochromatic Colors of #A358FC
Black with #A358FC
Text Example
Text Example
White with #A358FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358FC; }
p { color: rgb(163,88,252); }
H1.HeaderClassName
{
color: #A358FC;
}
.AnyTagClassName
{
color: #A358FC;
}
</style>
background-color css
<style>
a { background-color: #A358FC; }
a { background-color: rgb(163,88,252); }
div.DivClassName
{
background-color: #A358FC;
}
.BgClassName
{
background-color: #A358FC;
}
</style>
border-color css
<style>
span { border-color: #A358FC; }
span { border-color: rgb(163,88,252); }
td.TdClassName
{
border-color: #A358FC;
}
.TagClassName
{
border-color: #A358FC;
}
</style>