Shades of Medium Purple #A458FD
Tints of Medium Purple #A458FD
RGB
CMYK
RGB Variations
Color information
#A458FD (or 0xA458FD) is known color: Medium Purple. HEX triplet: A4, 58 and FD. RGB value is (164,88,253). Sum of RGB (Red+Green+Blue) = 164+88+253=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A458FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458FD is #5BA702. Grayscale: #808080. Windows color (decimal): -6006531 or 16603300. OLE color: 16603300.
HSL color Cylindrical-coordinate representation of color #A458FD: hue angle of 267.64º 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 #A458FD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 88 | 253 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.01 |
| HSL | 267.64º | 0.98% | 0.67% | - |
| HSV(B) | 267.64º | 0.65% | 0.99% | - |
| XYZ | 36.53 | 21.96 | 95.24 | - |
| YUV | 129.53 | 197.68 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 253 | 0.35 | 0.65 | 0 | 0.01 | 267.64 | 0.98 | 0.67 |
| Hex | A4 | 58 | FD | 23 | 41 | 0 | 1 | 10C | 62 | 43 |
| Octal | 244 | 130 | 375 | 43 | 101 | 0 | 1 | 414 | 142 | 103 |
| Binary | 10100100 | 1011000 | 11111101 | 100011 | 1000001 | 0 | 1 | 100001100 | 1100010 | 1000011 |
Color Harmonies of #A458FD
Complementary color
Monochromatic Colors of #A458FD
Black with #A458FD
Text Example
Text Example
White with #A458FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458FD; }
p { color: rgb(164,88,253); }
H1.HeaderClassName
{
color: #A458FD;
}
.AnyTagClassName
{
color: #A458FD;
}
</style>
background-color css
<style>
a { background-color: #A458FD; }
a { background-color: rgb(164,88,253); }
div.DivClassName
{
background-color: #A458FD;
}
.BgClassName
{
background-color: #A458FD;
}
</style>
border-color css
<style>
span { border-color: #A458FD; }
span { border-color: rgb(164,88,253); }
td.TdClassName
{
border-color: #A458FD;
}
.TagClassName
{
border-color: #A458FD;
}
</style>