Shades of Medium Purple #A089F3
Tints of Medium Purple #A089F3
RGB
CMYK
RGB Variations
Color information
#A089F3 (or 0xA089F3) is known color: Medium Purple. HEX triplet: A0, 89 and F3. RGB value is (160,137,243). Sum of RGB (Red+Green+Blue) = 160+137+243=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #A089F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F3 is #5F760C. Grayscale: #9B9B9B. Windows color (decimal): -6256141 or 15960480. OLE color: 15960480.
HSL color Cylindrical-coordinate representation of color #A089F3: hue angle of 253.02º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A089F3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 137 | 243 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.05 |
| HSL | 253.02º | 0.82% | 0.75% | - |
| HSV(B) | 253.02º | 0.44% | 0.95% | - |
| XYZ | 39.62 | 31.84 | 88.85 | - |
| YUV | 155.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 243 | 0.34 | 0.44 | 0 | 0.05 | 253.02 | 0.82 | 0.75 |
| Hex | A0 | 89 | F3 | 22 | 2C | 0 | 5 | FD | 52 | 4B |
| Octal | 240 | 211 | 363 | 42 | 54 | 0 | 5 | 375 | 122 | 113 |
| Binary | 10100000 | 10001001 | 11110011 | 100010 | 101100 | 0 | 101 | 11111101 | 1010010 | 1001011 |
Color Harmonies of #A089F3
Complementary color
Monochromatic Colors of #A089F3
Black with #A089F3
Text Example
Text Example
White with #A089F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089F3; }
p { color: rgb(160,137,243); }
H1.HeaderClassName
{
color: #A089F3;
}
.AnyTagClassName
{
color: #A089F3;
}
</style>
background-color css
<style>
a { background-color: #A089F3; }
a { background-color: rgb(160,137,243); }
div.DivClassName
{
background-color: #A089F3;
}
.BgClassName
{
background-color: #A089F3;
}
</style>
border-color css
<style>
span { border-color: #A089F3; }
span { border-color: rgb(160,137,243); }
td.TdClassName
{
border-color: #A089F3;
}
.TagClassName
{
border-color: #A089F3;
}
</style>