Shades of Medium Purple #A089F1
Tints of Medium Purple #A089F1
RGB
CMYK
RGB Variations
Color information
#A089F1 (or 0xA089F1) is known color: Medium Purple. HEX triplet: A0, 89 and F1. RGB value is (160,137,241). Sum of RGB (Red+Green+Blue) = 160+137+241=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #A089F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F1 is #5F760E. Grayscale: #9B9B9B. Windows color (decimal): -6256143 or 15829408. OLE color: 15829408.
HSL color Cylindrical-coordinate representation of color #A089F1: hue angle of 253.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A089F1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 137 | 241 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.05 |
| HSL | 253.27º | 0.79% | 0.74% | - |
| HSV(B) | 253.27º | 0.43% | 0.95% | - |
| XYZ | 39.32 | 31.72 | 87.27 | - |
| YUV | 155.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 241 | 0.34 | 0.43 | 0 | 0.05 | 253.27 | 0.79 | 0.74 |
| Hex | A0 | 89 | F1 | 22 | 2B | 0 | 5 | FD | 4F | 4A |
| Octal | 240 | 211 | 361 | 42 | 53 | 0 | 5 | 375 | 117 | 112 |
| Binary | 10100000 | 10001001 | 11110001 | 100010 | 101011 | 0 | 101 | 11111101 | 1001111 | 1001010 |
Color Harmonies of #A089F1
Complementary color
Monochromatic Colors of #A089F1
Black with #A089F1
Text Example
Text Example
White with #A089F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089F1; }
p { color: rgb(160,137,241); }
H1.HeaderClassName
{
color: #A089F1;
}
.AnyTagClassName
{
color: #A089F1;
}
</style>
background-color css
<style>
a { background-color: #A089F1; }
a { background-color: rgb(160,137,241); }
div.DivClassName
{
background-color: #A089F1;
}
.BgClassName
{
background-color: #A089F1;
}
</style>
border-color css
<style>
span { border-color: #A089F1; }
span { border-color: rgb(160,137,241); }
td.TdClassName
{
border-color: #A089F1;
}
.TagClassName
{
border-color: #A089F1;
}
</style>