Shades of Medium Purple #A289F6
Tints of Medium Purple #A289F6
RGB
CMYK
RGB Variations
Color information
#A289F6 (or 0xA289F6) is known color: Medium Purple. HEX triplet: A2, 89 and F6. RGB value is (162,137,246). Sum of RGB (Red+Green+Blue) = 162+137+246=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #A289F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289F6 is #5D7609. Grayscale: #9C9C9C. Windows color (decimal): -6125066 or 16157090. OLE color: 16157090.
HSL color Cylindrical-coordinate representation of color #A289F6: hue angle of 253.76º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A289F6 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 137 | 246 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.04 |
| HSL | 253.76º | 0.86% | 0.75% | - |
| HSV(B) | 253.76º | 0.44% | 0.96% | - |
| XYZ | 40.48 | 32.23 | 91.28 | - |
| YUV | 156.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 246 | 0.34 | 0.44 | 0 | 0.04 | 253.76 | 0.86 | 0.75 |
| Hex | A2 | 89 | F6 | 22 | 2C | 0 | 4 | FE | 56 | 4B |
| Octal | 242 | 211 | 366 | 42 | 54 | 0 | 4 | 376 | 126 | 113 |
| Binary | 10100010 | 10001001 | 11110110 | 100010 | 101100 | 0 | 100 | 11111110 | 1010110 | 1001011 |
Color Harmonies of #A289F6
Complementary color
Monochromatic Colors of #A289F6
Black with #A289F6
Text Example
Text Example
White with #A289F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289F6; }
p { color: rgb(162,137,246); }
H1.HeaderClassName
{
color: #A289F6;
}
.AnyTagClassName
{
color: #A289F6;
}
</style>
background-color css
<style>
a { background-color: #A289F6; }
a { background-color: rgb(162,137,246); }
div.DivClassName
{
background-color: #A289F6;
}
.BgClassName
{
background-color: #A289F6;
}
</style>
border-color css
<style>
span { border-color: #A289F6; }
span { border-color: rgb(162,137,246); }
td.TdClassName
{
border-color: #A289F6;
}
.TagClassName
{
border-color: #A289F6;
}
</style>