Shades of Medium Purple #A488F6
Tints of Medium Purple #A488F6
RGB
CMYK
RGB Variations
Color information
#A488F6 (or 0xA488F6) is known color: Medium Purple. HEX triplet: A4, 88 and F6. RGB value is (164,136,246). Sum of RGB (Red+Green+Blue) = 164+136+246=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #A488F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F6 is #5B7709. Grayscale: #9C9C9C. Windows color (decimal): -5994250 or 16156836. OLE color: 16156836.
HSL color Cylindrical-coordinate representation of color #A488F6: hue angle of 255.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A488F6 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 136 | 246 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.04 |
| HSL | 255.27º | 0.86% | 0.75% | - |
| HSV(B) | 255.27º | 0.45% | 0.96% | - |
| XYZ | 40.75 | 32.15 | 91.25 | - |
| YUV | 156.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 246 | 0.33 | 0.45 | 0 | 0.04 | 255.27 | 0.86 | 0.75 |
| Hex | A4 | 88 | F6 | 21 | 2D | 0 | 4 | FF | 56 | 4B |
| Octal | 244 | 210 | 366 | 41 | 55 | 0 | 4 | 377 | 126 | 113 |
| Binary | 10100100 | 10001000 | 11110110 | 100001 | 101101 | 0 | 100 | 11111111 | 1010110 | 1001011 |
Color Harmonies of #A488F6
Complementary color
Monochromatic Colors of #A488F6
Black with #A488F6
Text Example
Text Example
White with #A488F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488F6; }
p { color: rgb(164,136,246); }
H1.HeaderClassName
{
color: #A488F6;
}
.AnyTagClassName
{
color: #A488F6;
}
</style>
background-color css
<style>
a { background-color: #A488F6; }
a { background-color: rgb(164,136,246); }
div.DivClassName
{
background-color: #A488F6;
}
.BgClassName
{
background-color: #A488F6;
}
</style>
border-color css
<style>
span { border-color: #A488F6; }
span { border-color: rgb(164,136,246); }
td.TdClassName
{
border-color: #A488F6;
}
.TagClassName
{
border-color: #A488F6;
}
</style>