Shades of Medium Purple #A863F0
Tints of Medium Purple #A863F0
RGB
CMYK
RGB Variations
Color information
#A863F0 (or 0xA863F0) is known color: Medium Purple. HEX triplet: A8, 63 and F0. RGB value is (168,99,240). Sum of RGB (Red+Green+Blue) = 168+99+240=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #A863F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863F0 is #579C0F. Grayscale: #878787. Windows color (decimal): -5741584 or 15754152. OLE color: 15754152.
HSL color Cylindrical-coordinate representation of color #A863F0: hue angle of 269.36º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A863F0 is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 99 | 240 | - |
| CMYK | 0.3 | 0.59 | 0 | 0.06 |
| HSL | 269.36º | 0.82% | 0.66% | - |
| HSV(B) | 269.36º | 0.59% | 0.94% | - |
| XYZ | 36.34 | 23.54 | 85.07 | - |
| YUV | 135.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 240 | 0.3 | 0.59 | 0 | 0.06 | 269.36 | 0.82 | 0.66 |
| Hex | A8 | 63 | F0 | 1E | 3B | 0 | 6 | 10D | 52 | 42 |
| Octal | 250 | 143 | 360 | 36 | 73 | 0 | 6 | 415 | 122 | 102 |
| Binary | 10101000 | 1100011 | 11110000 | 11110 | 111011 | 0 | 110 | 100001101 | 1010010 | 1000010 |
Color Harmonies of #A863F0
Complementary color
Monochromatic Colors of #A863F0
Black with #A863F0
Text Example
Text Example
White with #A863F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863F0; }
p { color: rgb(168,99,240); }
H1.HeaderClassName
{
color: #A863F0;
}
.AnyTagClassName
{
color: #A863F0;
}
</style>
background-color css
<style>
a { background-color: #A863F0; }
a { background-color: rgb(168,99,240); }
div.DivClassName
{
background-color: #A863F0;
}
.BgClassName
{
background-color: #A863F0;
}
</style>
border-color css
<style>
span { border-color: #A863F0; }
span { border-color: rgb(168,99,240); }
td.TdClassName
{
border-color: #A863F0;
}
.TagClassName
{
border-color: #A863F0;
}
</style>