Shades of Medium Purple #A458F6
Tints of Medium Purple #A458F6
RGB
CMYK
RGB Variations
Color information
#A458F6 (or 0xA458F6) is known color: Medium Purple. HEX triplet: A4, 58 and F6. RGB value is (164,88,246). Sum of RGB (Red+Green+Blue) = 164+88+246=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #A458F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458F6 is #5BA709. Grayscale: #808080. Windows color (decimal): -6006538 or 16144548. OLE color: 16144548.
HSL color Cylindrical-coordinate representation of color #A458F6: hue angle of 268.86º degrees, saturation: 0.9, 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 #A458F6 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 88 | 246 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.04 |
| HSL | 268.86º | 0.9% | 0.65% | - |
| HSV(B) | 268.86º | 0.64% | 0.96% | - |
| XYZ | 35.43 | 21.53 | 89.48 | - |
| YUV | 128.74 | 194.18 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 246 | 0.33 | 0.64 | 0 | 0.04 | 268.86 | 0.9 | 0.65 |
| Hex | A4 | 58 | F6 | 21 | 40 | 0 | 4 | 10D | 5A | 41 |
| Octal | 244 | 130 | 366 | 41 | 100 | 0 | 4 | 415 | 132 | 101 |
| Binary | 10100100 | 1011000 | 11110110 | 100001 | 1000000 | 0 | 100 | 100001101 | 1011010 | 1000001 |
Color Harmonies of #A458F6
Complementary color
Monochromatic Colors of #A458F6
Black with #A458F6
Text Example
Text Example
White with #A458F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458F6; }
p { color: rgb(164,88,246); }
H1.HeaderClassName
{
color: #A458F6;
}
.AnyTagClassName
{
color: #A458F6;
}
</style>
background-color css
<style>
a { background-color: #A458F6; }
a { background-color: rgb(164,88,246); }
div.DivClassName
{
background-color: #A458F6;
}
.BgClassName
{
background-color: #A458F6;
}
</style>
border-color css
<style>
span { border-color: #A458F6; }
span { border-color: rgb(164,88,246); }
td.TdClassName
{
border-color: #A458F6;
}
.TagClassName
{
border-color: #A458F6;
}
</style>