Shades of Medium Purple #A459FD
Tints of Medium Purple #A459FD
RGB
CMYK
RGB Variations
Color information
#A459FD (or 0xA459FD) is known color: Medium Purple. HEX triplet: A4, 59 and FD. RGB value is (164,89,253). Sum of RGB (Red+Green+Blue) = 164+89+253=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #A459FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459FD is #5BA602. Grayscale: #818181. Windows color (decimal): -6006275 or 16603556. OLE color: 16603556.
HSL color Cylindrical-coordinate representation of color #A459FD: hue angle of 267.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A459FD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 89 | 253 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.01 |
| HSL | 267.44º | 0.98% | 0.67% | - |
| HSV(B) | 267.44º | 0.65% | 0.99% | - |
| XYZ | 36.61 | 22.13 | 95.27 | - |
| YUV | 130.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 253 | 0.35 | 0.65 | 0 | 0.01 | 267.44 | 0.98 | 0.67 |
| Hex | A4 | 59 | FD | 23 | 41 | 0 | 1 | 10B | 62 | 43 |
| Octal | 244 | 131 | 375 | 43 | 101 | 0 | 1 | 413 | 142 | 103 |
| Binary | 10100100 | 1011001 | 11111101 | 100011 | 1000001 | 0 | 1 | 100001011 | 1100010 | 1000011 |
Color Harmonies of #A459FD
Complementary color
Monochromatic Colors of #A459FD
Black with #A459FD
Text Example
Text Example
White with #A459FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459FD; }
p { color: rgb(164,89,253); }
H1.HeaderClassName
{
color: #A459FD;
}
.AnyTagClassName
{
color: #A459FD;
}
</style>
background-color css
<style>
a { background-color: #A459FD; }
a { background-color: rgb(164,89,253); }
div.DivClassName
{
background-color: #A459FD;
}
.BgClassName
{
background-color: #A459FD;
}
</style>
border-color css
<style>
span { border-color: #A459FD; }
span { border-color: rgb(164,89,253); }
td.TdClassName
{
border-color: #A459FD;
}
.TagClassName
{
border-color: #A459FD;
}
</style>