Shades of Medium Purple #A863F3
Tints of Medium Purple #A863F3
RGB
CMYK
RGB Variations
Color information
#A863F3 (or 0xA863F3) is known color: Medium Purple. HEX triplet: A8, 63 and F3. RGB value is (168,99,243). Sum of RGB (Red+Green+Blue) = 168+99+243=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #A863F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863F3 is #579C0C. Grayscale: #878787. Windows color (decimal): -5741581 or 15950760. OLE color: 15950760.
HSL color Cylindrical-coordinate representation of color #A863F3: hue angle of 268.75º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A863F3 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 99 | 243 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.05 |
| HSL | 268.75º | 0.86% | 0.67% | - |
| HSV(B) | 268.75º | 0.59% | 0.95% | - |
| XYZ | 36.79 | 23.72 | 87.43 | - |
| YUV | 136.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 243 | 0.31 | 0.59 | 0 | 0.05 | 268.75 | 0.86 | 0.67 |
| Hex | A8 | 63 | F3 | 1F | 3B | 0 | 5 | 10D | 56 | 43 |
| Octal | 250 | 143 | 363 | 37 | 73 | 0 | 5 | 415 | 126 | 103 |
| Binary | 10101000 | 1100011 | 11110011 | 11111 | 111011 | 0 | 101 | 100001101 | 1010110 | 1000011 |
Color Harmonies of #A863F3
Complementary color
Monochromatic Colors of #A863F3
Black with #A863F3
Text Example
Text Example
White with #A863F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863F3; }
p { color: rgb(168,99,243); }
H1.HeaderClassName
{
color: #A863F3;
}
.AnyTagClassName
{
color: #A863F3;
}
</style>
background-color css
<style>
a { background-color: #A863F3; }
a { background-color: rgb(168,99,243); }
div.DivClassName
{
background-color: #A863F3;
}
.BgClassName
{
background-color: #A863F3;
}
</style>
border-color css
<style>
span { border-color: #A863F3; }
span { border-color: rgb(168,99,243); }
td.TdClassName
{
border-color: #A863F3;
}
.TagClassName
{
border-color: #A863F3;
}
</style>