Shades of Medium Purple #A458FF
Tints of Medium Purple #A458FF
RGB
CMYK
RGB Variations
Color information
#A458FF (or 0xA458FF) is known color: Medium Purple. HEX triplet: A4, 58 and FF. RGB value is (164,88,255). Sum of RGB (Red+Green+Blue) = 164+88+255=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A458FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458FF is #5BA700. Grayscale: #818181. Windows color (decimal): -6006529 or 16734372. OLE color: 16734372.
HSL color Cylindrical-coordinate representation of color #A458FF: hue angle of 267.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A458FF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 88 | 255 | - |
| CMYK | 0.36 | 0.65 | 0 | 0 |
| HSL | 267.31º | 1% | 0.67% | - |
| HSV(B) | 267.31º | 0.65% | 1% | - |
| XYZ | 36.85 | 22.09 | 96.93 | - |
| YUV | 129.76 | 198.68 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 255 | 0.36 | 0.65 | 0 | 0 | 267.31 | 1 | 0.67 |
| Hex | A4 | 58 | FF | 24 | 41 | 0 | 0 | 10B | 64 | 43 |
| Octal | 244 | 130 | 377 | 44 | 101 | 0 | 0 | 413 | 144 | 103 |
| Binary | 10100100 | 1011000 | 11111111 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100100 | 1000011 |
Color Harmonies of #A458FF
Complementary color
Monochromatic Colors of #A458FF
Black with #A458FF
Text Example
Text Example
White with #A458FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458FF; }
p { color: rgb(164,88,255); }
H1.HeaderClassName
{
color: #A458FF;
}
.AnyTagClassName
{
color: #A458FF;
}
</style>
background-color css
<style>
a { background-color: #A458FF; }
a { background-color: rgb(164,88,255); }
div.DivClassName
{
background-color: #A458FF;
}
.BgClassName
{
background-color: #A458FF;
}
</style>
border-color css
<style>
span { border-color: #A458FF; }
span { border-color: rgb(164,88,255); }
td.TdClassName
{
border-color: #A458FF;
}
.TagClassName
{
border-color: #A458FF;
}
</style>