Shades of Medium Purple #A858FC
Tints of Medium Purple #A858FC
RGB
CMYK
RGB Variations
Color information
#A858FC (or 0xA858FC) is known color: Medium Purple. HEX triplet: A8, 58 and FC. RGB value is (168,88,252). Sum of RGB (Red+Green+Blue) = 168+88+252=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #A858FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858FC is #57A703. Grayscale: #828282. Windows color (decimal): -5744388 or 16537768. OLE color: 16537768.
HSL color Cylindrical-coordinate representation of color #A858FC: hue angle of 269.27º 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 #A858FC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 88 | 252 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.01 |
| HSL | 269.27º | 0.96% | 0.67% | - |
| HSV(B) | 269.27º | 0.65% | 0.99% | - |
| XYZ | 37.21 | 22.33 | 94.44 | - |
| YUV | 130.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 252 | 0.33 | 0.65 | 0 | 0.01 | 269.27 | 0.96 | 0.67 |
| Hex | A8 | 58 | FC | 21 | 41 | 0 | 1 | 10D | 60 | 43 |
| Octal | 250 | 130 | 374 | 41 | 101 | 0 | 1 | 415 | 140 | 103 |
| Binary | 10101000 | 1011000 | 11111100 | 100001 | 1000001 | 0 | 1 | 100001101 | 1100000 | 1000011 |
Color Harmonies of #A858FC
Complementary color
Monochromatic Colors of #A858FC
Black with #A858FC
Text Example
Text Example
White with #A858FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858FC; }
p { color: rgb(168,88,252); }
H1.HeaderClassName
{
color: #A858FC;
}
.AnyTagClassName
{
color: #A858FC;
}
</style>
background-color css
<style>
a { background-color: #A858FC; }
a { background-color: rgb(168,88,252); }
div.DivClassName
{
background-color: #A858FC;
}
.BgClassName
{
background-color: #A858FC;
}
</style>
border-color css
<style>
span { border-color: #A858FC; }
span { border-color: rgb(168,88,252); }
td.TdClassName
{
border-color: #A858FC;
}
.TagClassName
{
border-color: #A858FC;
}
</style>