Shades of Medium Purple #A858F4
Tints of Medium Purple #A858F4
RGB
CMYK
RGB Variations
Color information
#A858F4 (or 0xA858F4) is known color: Medium Purple. HEX triplet: A8, 58 and F4. RGB value is (168,88,244). Sum of RGB (Red+Green+Blue) = 168+88+244=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #A858F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858F4 is #57A70B. Grayscale: #818181. Windows color (decimal): -5744396 or 16013480. OLE color: 16013480.
HSL color Cylindrical-coordinate representation of color #A858F4: hue angle of 270.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A858F4 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 88 | 244 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.04 |
| HSL | 270.77º | 0.88% | 0.65% | - |
| HSV(B) | 270.77º | 0.64% | 0.96% | - |
| XYZ | 35.97 | 21.84 | 87.91 | - |
| YUV | 129.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 244 | 0.31 | 0.64 | 0 | 0.04 | 270.77 | 0.88 | 0.65 |
| Hex | A8 | 58 | F4 | 1F | 40 | 0 | 4 | 10F | 58 | 41 |
| Octal | 250 | 130 | 364 | 37 | 100 | 0 | 4 | 417 | 130 | 101 |
| Binary | 10101000 | 1011000 | 11110100 | 11111 | 1000000 | 0 | 100 | 100001111 | 1011000 | 1000001 |
Color Harmonies of #A858F4
Complementary color
Monochromatic Colors of #A858F4
Black with #A858F4
Text Example
Text Example
White with #A858F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858F4; }
p { color: rgb(168,88,244); }
H1.HeaderClassName
{
color: #A858F4;
}
.AnyTagClassName
{
color: #A858F4;
}
</style>
background-color css
<style>
a { background-color: #A858F4; }
a { background-color: rgb(168,88,244); }
div.DivClassName
{
background-color: #A858F4;
}
.BgClassName
{
background-color: #A858F4;
}
</style>
border-color css
<style>
span { border-color: #A858F4; }
span { border-color: rgb(168,88,244); }
td.TdClassName
{
border-color: #A858F4;
}
.TagClassName
{
border-color: #A858F4;
}
</style>