Shades of Medium Purple #A858F1
Tints of Medium Purple #A858F1
RGB
CMYK
RGB Variations
Color information
#A858F1 (or 0xA858F1) is known color: Medium Purple. HEX triplet: A8, 58 and F1. RGB value is (168,88,241). Sum of RGB (Red+Green+Blue) = 168+88+241=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #A858F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858F1 is #57A70E. Grayscale: #808080. Windows color (decimal): -5744399 or 15816872. OLE color: 15816872.
HSL color Cylindrical-coordinate representation of color #A858F1: hue angle of 271.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858F1 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 88 | 241 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.05 |
| HSL | 271.37º | 0.85% | 0.65% | - |
| HSV(B) | 271.37º | 0.63% | 0.95% | - |
| XYZ | 35.52 | 21.66 | 85.53 | - |
| YUV | 129.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 241 | 0.30 | 0.63 | 0 | 0.05 | 271.37 | 0.85 | 0.65 |
| Hex | A8 | 58 | F1 | 1E | 3F | 0 | 5 | 10F | 55 | 41 |
| Octal | 250 | 130 | 361 | 36 | 77 | 0 | 5 | 417 | 125 | 101 |
| Binary | 10101000 | 1011000 | 11110001 | 11110 | 111111 | 0 | 101 | 100001111 | 1010101 | 1000001 |
Color Harmonies of #A858F1
Complementary color
Monochromatic Colors of #A858F1
Black with #A858F1
Text Example
Text Example
White with #A858F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858F1; }
p { color: rgb(168,88,241); }
H1.HeaderClassName
{
color: #A858F1;
}
.AnyTagClassName
{
color: #A858F1;
}
</style>
background-color css
<style>
a { background-color: #A858F1; }
a { background-color: rgb(168,88,241); }
div.DivClassName
{
background-color: #A858F1;
}
.BgClassName
{
background-color: #A858F1;
}
</style>
border-color css
<style>
span { border-color: #A858F1; }
span { border-color: rgb(168,88,241); }
td.TdClassName
{
border-color: #A858F1;
}
.TagClassName
{
border-color: #A858F1;
}
</style>