Shades of Medium Purple #A289F5
Tints of Medium Purple #A289F5
RGB
CMYK
RGB Variations
Color information
#A289F5 (or 0xA289F5) is known color: Medium Purple. HEX triplet: A2, 89 and F5. RGB value is (162,137,245). Sum of RGB (Red+Green+Blue) = 162+137+245=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #A289F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289F5 is #5D760A. Grayscale: #9C9C9C. Windows color (decimal): -6125067 or 16091554. OLE color: 16091554.
HSL color Cylindrical-coordinate representation of color #A289F5: hue angle of 253.89º degrees, saturation: 0.84, 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 #A289F5 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 137 | 245 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.04 |
| HSL | 253.89º | 0.84% | 0.75% | - |
| HSV(B) | 253.89º | 0.44% | 0.96% | - |
| XYZ | 40.33 | 32.17 | 90.47 | - |
| YUV | 156.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 245 | 0.34 | 0.44 | 0 | 0.04 | 253.89 | 0.84 | 0.75 |
| Hex | A2 | 89 | F5 | 22 | 2C | 0 | 4 | FE | 54 | 4B |
| Octal | 242 | 211 | 365 | 42 | 54 | 0 | 4 | 376 | 124 | 113 |
| Binary | 10100010 | 10001001 | 11110101 | 100010 | 101100 | 0 | 100 | 11111110 | 1010100 | 1001011 |
Color Harmonies of #A289F5
Complementary color
Monochromatic Colors of #A289F5
Black with #A289F5
Text Example
Text Example
White with #A289F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289F5; }
p { color: rgb(162,137,245); }
H1.HeaderClassName
{
color: #A289F5;
}
.AnyTagClassName
{
color: #A289F5;
}
</style>
background-color css
<style>
a { background-color: #A289F5; }
a { background-color: rgb(162,137,245); }
div.DivClassName
{
background-color: #A289F5;
}
.BgClassName
{
background-color: #A289F5;
}
</style>
border-color css
<style>
span { border-color: #A289F5; }
span { border-color: rgb(162,137,245); }
td.TdClassName
{
border-color: #A289F5;
}
.TagClassName
{
border-color: #A289F5;
}
</style>