Shades of Medium Purple #A863F9
Tints of Medium Purple #A863F9
RGB
CMYK
RGB Variations
Color information
#A863F9 (or 0xA863F9) is known color: Medium Purple. HEX triplet: A8, 63 and F9. RGB value is (168,99,249). Sum of RGB (Red+Green+Blue) = 168+99+249=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #A863F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863F9 is #579C06. Grayscale: #888888. Windows color (decimal): -5741575 or 16343976. OLE color: 16343976.
HSL color Cylindrical-coordinate representation of color #A863F9: hue angle of 267.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A863F9 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 99 | 249 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.02 |
| HSL | 267.6º | 0.93% | 0.68% | - |
| HSV(B) | 267.6º | 0.6% | 0.98% | - |
| XYZ | 37.71 | 24.09 | 92.28 | - |
| YUV | 136.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 249 | 0.33 | 0.60 | 0 | 0.02 | 267.6 | 0.93 | 0.68 |
| Hex | A8 | 63 | F9 | 21 | 3C | 0 | 2 | 10C | 5D | 44 |
| Octal | 250 | 143 | 371 | 41 | 74 | 0 | 2 | 414 | 135 | 104 |
| Binary | 10101000 | 1100011 | 11111001 | 100001 | 111100 | 0 | 10 | 100001100 | 1011101 | 1000100 |
Color Harmonies of #A863F9
Complementary color
Monochromatic Colors of #A863F9
Black with #A863F9
Text Example
Text Example
White with #A863F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863F9; }
p { color: rgb(168,99,249); }
H1.HeaderClassName
{
color: #A863F9;
}
.AnyTagClassName
{
color: #A863F9;
}
</style>
background-color css
<style>
a { background-color: #A863F9; }
a { background-color: rgb(168,99,249); }
div.DivClassName
{
background-color: #A863F9;
}
.BgClassName
{
background-color: #A863F9;
}
</style>
border-color css
<style>
span { border-color: #A863F9; }
span { border-color: rgb(168,99,249); }
td.TdClassName
{
border-color: #A863F9;
}
.TagClassName
{
border-color: #A863F9;
}
</style>