Shades of Medium Purple #A286F0
Tints of Medium Purple #A286F0
RGB
CMYK
RGB Variations
Color information
#A286F0 (or 0xA286F0) is known color: Medium Purple. HEX triplet: A2, 86 and F0. RGB value is (162,134,240). Sum of RGB (Red+Green+Blue) = 162+134+240=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A286F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286F0 is #5D790F. Grayscale: #9A9A9A. Windows color (decimal): -6125840 or 15763106. OLE color: 15763106.
HSL color Cylindrical-coordinate representation of color #A286F0: hue angle of 255.85º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A286F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 134 | 240 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 255.85º | 0.78% | 0.73% | - |
| HSV(B) | 255.85º | 0.44% | 0.94% | - |
| XYZ | 39.15 | 31.02 | 86.36 | - |
| YUV | 154.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 240 | 0.32 | 0.44 | 0 | 0.06 | 255.85 | 0.78 | 0.73 |
| Hex | A2 | 86 | F0 | 20 | 2C | 0 | 6 | 100 | 4E | 49 |
| Octal | 242 | 206 | 360 | 40 | 54 | 0 | 6 | 400 | 116 | 111 |
| Binary | 10100010 | 10000110 | 11110000 | 100000 | 101100 | 0 | 110 | 100000000 | 1001110 | 1001001 |
Color Harmonies of #A286F0
Complementary color
Monochromatic Colors of #A286F0
Black with #A286F0
Text Example
Text Example
White with #A286F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286F0; }
p { color: rgb(162,134,240); }
H1.HeaderClassName
{
color: #A286F0;
}
.AnyTagClassName
{
color: #A286F0;
}
</style>
background-color css
<style>
a { background-color: #A286F0; }
a { background-color: rgb(162,134,240); }
div.DivClassName
{
background-color: #A286F0;
}
.BgClassName
{
background-color: #A286F0;
}
</style>
border-color css
<style>
span { border-color: #A286F0; }
span { border-color: rgb(162,134,240); }
td.TdClassName
{
border-color: #A286F0;
}
.TagClassName
{
border-color: #A286F0;
}
</style>