Shades of Medium Purple #A658F8
Tints of Medium Purple #A658F8
RGB
CMYK
RGB Variations
Color information
#A658F8 (or 0xA658F8) is known color: Medium Purple. HEX triplet: A6, 58 and F8. RGB value is (166,88,248). Sum of RGB (Red+Green+Blue) = 166+88+248=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #A658F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658F8 is #59A707. Grayscale: #818181. Windows color (decimal): -5875464 or 16275622. OLE color: 16275622.
HSL color Cylindrical-coordinate representation of color #A658F8: hue angle of 269.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A658F8 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 88 | 248 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.03 |
| HSL | 269.25º | 0.92% | 0.66% | - |
| HSV(B) | 269.25º | 0.65% | 0.97% | - |
| XYZ | 36.16 | 21.86 | 91.12 | - |
| YUV | 129.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 248 | 0.33 | 0.65 | 0 | 0.03 | 269.25 | 0.92 | 0.66 |
| Hex | A6 | 58 | F8 | 21 | 41 | 0 | 3 | 10D | 5C | 42 |
| Octal | 246 | 130 | 370 | 41 | 101 | 0 | 3 | 415 | 134 | 102 |
| Binary | 10100110 | 1011000 | 11111000 | 100001 | 1000001 | 0 | 11 | 100001101 | 1011100 | 1000010 |
Color Harmonies of #A658F8
Complementary color
Monochromatic Colors of #A658F8
Black with #A658F8
Text Example
Text Example
White with #A658F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658F8; }
p { color: rgb(166,88,248); }
H1.HeaderClassName
{
color: #A658F8;
}
.AnyTagClassName
{
color: #A658F8;
}
</style>
background-color css
<style>
a { background-color: #A658F8; }
a { background-color: rgb(166,88,248); }
div.DivClassName
{
background-color: #A658F8;
}
.BgClassName
{
background-color: #A658F8;
}
</style>
border-color css
<style>
span { border-color: #A658F8; }
span { border-color: rgb(166,88,248); }
td.TdClassName
{
border-color: #A658F8;
}
.TagClassName
{
border-color: #A658F8;
}
</style>