Shades of Medium Purple #A459F6
Tints of Medium Purple #A459F6
RGB
CMYK
RGB Variations
Color information
#A459F6 (or 0xA459F6) is known color: Medium Purple. HEX triplet: A4, 59 and F6. RGB value is (164,89,246). Sum of RGB (Red+Green+Blue) = 164+89+246=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #A459F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459F6 is #5BA609. Grayscale: #808080. Windows color (decimal): -6006282 or 16144804. OLE color: 16144804.
HSL color Cylindrical-coordinate representation of color #A459F6: hue angle of 268.66º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A459F6 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 89 | 246 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.04 |
| HSL | 268.66º | 0.9% | 0.66% | - |
| HSV(B) | 268.66º | 0.64% | 0.96% | - |
| XYZ | 35.52 | 21.69 | 89.5 | - |
| YUV | 129.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 246 | 0.33 | 0.64 | 0 | 0.04 | 268.66 | 0.9 | 0.66 |
| Hex | A4 | 59 | F6 | 21 | 40 | 0 | 4 | 10D | 5A | 42 |
| Octal | 244 | 131 | 366 | 41 | 100 | 0 | 4 | 415 | 132 | 102 |
| Binary | 10100100 | 1011001 | 11110110 | 100001 | 1000000 | 0 | 100 | 100001101 | 1011010 | 1000010 |
Color Harmonies of #A459F6
Complementary color
Monochromatic Colors of #A459F6
Black with #A459F6
Text Example
Text Example
White with #A459F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459F6; }
p { color: rgb(164,89,246); }
H1.HeaderClassName
{
color: #A459F6;
}
.AnyTagClassName
{
color: #A459F6;
}
</style>
background-color css
<style>
a { background-color: #A459F6; }
a { background-color: rgb(164,89,246); }
div.DivClassName
{
background-color: #A459F6;
}
.BgClassName
{
background-color: #A459F6;
}
</style>
border-color css
<style>
span { border-color: #A459F6; }
span { border-color: rgb(164,89,246); }
td.TdClassName
{
border-color: #A459F6;
}
.TagClassName
{
border-color: #A459F6;
}
</style>