Shades of Medium Purple #A288F6
Tints of Medium Purple #A288F6
RGB
CMYK
RGB Variations
Color information
#A288F6 (or 0xA288F6) is known color: Medium Purple. HEX triplet: A2, 88 and F6. RGB value is (162,136,246). Sum of RGB (Red+Green+Blue) = 162+136+246=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #A288F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288F6 is #5D7709. Grayscale: #9B9B9B. Windows color (decimal): -6125322 or 16156834. OLE color: 16156834.
HSL color Cylindrical-coordinate representation of color #A288F6: hue angle of 254.18º 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 #A288F6 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 136 | 246 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.04 |
| HSL | 254.18º | 0.86% | 0.75% | - |
| HSV(B) | 254.18º | 0.45% | 0.96% | - |
| XYZ | 40.34 | 31.94 | 91.23 | - |
| YUV | 156.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 246 | 0.34 | 0.45 | 0 | 0.04 | 254.18 | 0.86 | 0.75 |
| Hex | A2 | 88 | F6 | 22 | 2D | 0 | 4 | FE | 56 | 4B |
| Octal | 242 | 210 | 366 | 42 | 55 | 0 | 4 | 376 | 126 | 113 |
| Binary | 10100010 | 10001000 | 11110110 | 100010 | 101101 | 0 | 100 | 11111110 | 1010110 | 1001011 |
Color Harmonies of #A288F6
Complementary color
Monochromatic Colors of #A288F6
Black with #A288F6
Text Example
Text Example
White with #A288F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288F6; }
p { color: rgb(162,136,246); }
H1.HeaderClassName
{
color: #A288F6;
}
.AnyTagClassName
{
color: #A288F6;
}
</style>
background-color css
<style>
a { background-color: #A288F6; }
a { background-color: rgb(162,136,246); }
div.DivClassName
{
background-color: #A288F6;
}
.BgClassName
{
background-color: #A288F6;
}
</style>
border-color css
<style>
span { border-color: #A288F6; }
span { border-color: rgb(162,136,246); }
td.TdClassName
{
border-color: #A288F6;
}
.TagClassName
{
border-color: #A288F6;
}
</style>