Shades of Medium Purple #A459F3
Tints of Medium Purple #A459F3
RGB
CMYK
RGB Variations
Color information
#A459F3 (or 0xA459F3) is known color: Medium Purple. HEX triplet: A4, 59 and F3. RGB value is (164,89,243). Sum of RGB (Red+Green+Blue) = 164+89+243=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #A459F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459F3 is #5BA60C. Grayscale: #808080. Windows color (decimal): -6006285 or 15948196. OLE color: 15948196.
HSL color Cylindrical-coordinate representation of color #A459F3: hue angle of 269.22º degrees, saturation: 0.87, 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 #A459F3 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 89 | 243 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.05 |
| HSL | 269.22º | 0.87% | 0.65% | - |
| HSV(B) | 269.22º | 0.63% | 0.95% | - |
| XYZ | 35.06 | 21.51 | 87.1 | - |
| YUV | 128.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 243 | 0.33 | 0.63 | 0 | 0.05 | 269.22 | 0.87 | 0.65 |
| Hex | A4 | 59 | F3 | 21 | 3F | 0 | 5 | 10D | 57 | 41 |
| Octal | 244 | 131 | 363 | 41 | 77 | 0 | 5 | 415 | 127 | 101 |
| Binary | 10100100 | 1011001 | 11110011 | 100001 | 111111 | 0 | 101 | 100001101 | 1010111 | 1000001 |
Color Harmonies of #A459F3
Complementary color
Monochromatic Colors of #A459F3
Black with #A459F3
Text Example
Text Example
White with #A459F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459F3; }
p { color: rgb(164,89,243); }
H1.HeaderClassName
{
color: #A459F3;
}
.AnyTagClassName
{
color: #A459F3;
}
</style>
background-color css
<style>
a { background-color: #A459F3; }
a { background-color: rgb(164,89,243); }
div.DivClassName
{
background-color: #A459F3;
}
.BgClassName
{
background-color: #A459F3;
}
</style>
border-color css
<style>
span { border-color: #A459F3; }
span { border-color: rgb(164,89,243); }
td.TdClassName
{
border-color: #A459F3;
}
.TagClassName
{
border-color: #A459F3;
}
</style>