Shades of Medium Purple #A089F2
Tints of Medium Purple #A089F2
RGB
CMYK
RGB Variations
Color information
#A089F2 (or 0xA089F2) is known color: Medium Purple. HEX triplet: A0, 89 and F2. RGB value is (160,137,242). Sum of RGB (Red+Green+Blue) = 160+137+242=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #A089F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F2 is #5F760D. Grayscale: #9B9B9B. Windows color (decimal): -6256142 or 15894944. OLE color: 15894944.
HSL color Cylindrical-coordinate representation of color #A089F2: hue angle of 253.14º degrees, saturation: 0.8, 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 #A089F2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 137 | 242 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.05 |
| HSL | 253.14º | 0.8% | 0.74% | - |
| HSV(B) | 253.14º | 0.43% | 0.95% | - |
| XYZ | 39.47 | 31.78 | 88.06 | - |
| YUV | 155.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 242 | 0.34 | 0.43 | 0 | 0.05 | 253.14 | 0.8 | 0.74 |
| Hex | A0 | 89 | F2 | 22 | 2B | 0 | 5 | FD | 50 | 4A |
| Octal | 240 | 211 | 362 | 42 | 53 | 0 | 5 | 375 | 120 | 112 |
| Binary | 10100000 | 10001001 | 11110010 | 100010 | 101011 | 0 | 101 | 11111101 | 1010000 | 1001010 |
Color Harmonies of #A089F2
Complementary color
Monochromatic Colors of #A089F2
Black with #A089F2
Text Example
Text Example
White with #A089F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089F2; }
p { color: rgb(160,137,242); }
H1.HeaderClassName
{
color: #A089F2;
}
.AnyTagClassName
{
color: #A089F2;
}
</style>
background-color css
<style>
a { background-color: #A089F2; }
a { background-color: rgb(160,137,242); }
div.DivClassName
{
background-color: #A089F2;
}
.BgClassName
{
background-color: #A089F2;
}
</style>
border-color css
<style>
span { border-color: #A089F2; }
span { border-color: rgb(160,137,242); }
td.TdClassName
{
border-color: #A089F2;
}
.TagClassName
{
border-color: #A089F2;
}
</style>