Shades of Medium Purple #A863FD
Tints of Medium Purple #A863FD
RGB
CMYK
RGB Variations
Color information
#A863FD (or 0xA863FD) is known color: Medium Purple. HEX triplet: A8, 63 and FD. RGB value is (168,99,253). Sum of RGB (Red+Green+Blue) = 168+99+253=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A863FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863FD is #579C02. Grayscale: #888888. Windows color (decimal): -5741571 or 16606120. OLE color: 16606120.
HSL color Cylindrical-coordinate representation of color #A863FD: hue angle of 266.88º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A863FD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 99 | 253 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.01 |
| HSL | 266.88º | 0.97% | 0.69% | - |
| HSV(B) | 266.88º | 0.61% | 0.99% | - |
| XYZ | 38.34 | 24.34 | 95.61 | - |
| YUV | 137.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 253 | 0.34 | 0.61 | 0 | 0.01 | 266.88 | 0.97 | 0.69 |
| Hex | A8 | 63 | FD | 22 | 3D | 0 | 1 | 10B | 61 | 45 |
| Octal | 250 | 143 | 375 | 42 | 75 | 0 | 1 | 413 | 141 | 105 |
| Binary | 10101000 | 1100011 | 11111101 | 100010 | 111101 | 0 | 1 | 100001011 | 1100001 | 1000101 |
Color Harmonies of #A863FD
Complementary color
Monochromatic Colors of #A863FD
Black with #A863FD
Text Example
Text Example
White with #A863FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863FD; }
p { color: rgb(168,99,253); }
H1.HeaderClassName
{
color: #A863FD;
}
.AnyTagClassName
{
color: #A863FD;
}
</style>
background-color css
<style>
a { background-color: #A863FD; }
a { background-color: rgb(168,99,253); }
div.DivClassName
{
background-color: #A863FD;
}
.BgClassName
{
background-color: #A863FD;
}
</style>
border-color css
<style>
span { border-color: #A863FD; }
span { border-color: rgb(168,99,253); }
td.TdClassName
{
border-color: #A863FD;
}
.TagClassName
{
border-color: #A863FD;
}
</style>