Shades of Medium Purple #A086F1
Tints of Medium Purple #A086F1
RGB
CMYK
RGB Variations
Color information
#A086F1 (or 0xA086F1) is known color: Medium Purple. HEX triplet: A0, 86 and F1. RGB value is (160,134,241). Sum of RGB (Red+Green+Blue) = 160+134+241=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #A086F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086F1 is #5F790E. Grayscale: #999999. Windows color (decimal): -6256911 or 15828640. OLE color: 15828640.
HSL color Cylindrical-coordinate representation of color #A086F1: hue angle of 254.58º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A086F1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 134 | 241 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.05 |
| HSL | 254.58º | 0.79% | 0.74% | - |
| HSV(B) | 254.58º | 0.44% | 0.95% | - |
| XYZ | 38.9 | 30.87 | 87.13 | - |
| YUV | 153.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 241 | 0.34 | 0.44 | 0 | 0.05 | 254.58 | 0.79 | 0.74 |
| Hex | A0 | 86 | F1 | 22 | 2C | 0 | 5 | FF | 4F | 4A |
| Octal | 240 | 206 | 361 | 42 | 54 | 0 | 5 | 377 | 117 | 112 |
| Binary | 10100000 | 10000110 | 11110001 | 100010 | 101100 | 0 | 101 | 11111111 | 1001111 | 1001010 |
Color Harmonies of #A086F1
Complementary color
Monochromatic Colors of #A086F1
Black with #A086F1
Text Example
Text Example
White with #A086F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086F1; }
p { color: rgb(160,134,241); }
H1.HeaderClassName
{
color: #A086F1;
}
.AnyTagClassName
{
color: #A086F1;
}
</style>
background-color css
<style>
a { background-color: #A086F1; }
a { background-color: rgb(160,134,241); }
div.DivClassName
{
background-color: #A086F1;
}
.BgClassName
{
background-color: #A086F1;
}
</style>
border-color css
<style>
span { border-color: #A086F1; }
span { border-color: rgb(160,134,241); }
td.TdClassName
{
border-color: #A086F1;
}
.TagClassName
{
border-color: #A086F1;
}
</style>