Shades of Medium Purple #A863FE
Tints of Medium Purple #A863FE
RGB
CMYK
RGB Variations
Color information
#A863FE (or 0xA863FE) is known color: Medium Purple. HEX triplet: A8, 63 and FE. RGB value is (168,99,254). Sum of RGB (Red+Green+Blue) = 168+99+254=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #A863FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863FE is #579C01. Grayscale: #888888. Windows color (decimal): -5741570 or 16671656. OLE color: 16671656.
HSL color Cylindrical-coordinate representation of color #A863FE: hue angle of 266.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A863FE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 99 | 254 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.00 |
| HSL | 266.71º | 0.99% | 0.69% | - |
| HSV(B) | 266.71º | 0.61% | 1% | - |
| XYZ | 38.5 | 24.4 | 96.45 | - |
| YUV | 137.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 254 | 0.34 | 0.61 | 0 | 0.00 | 266.71 | 0.99 | 0.69 |
| Hex | A8 | 63 | FE | 22 | 3D | 0 | 0 | 10B | 63 | 45 |
| Octal | 250 | 143 | 376 | 42 | 75 | 0 | 0 | 413 | 143 | 105 |
| Binary | 10101000 | 1100011 | 11111110 | 100010 | 111101 | 0 | 0 | 100001011 | 1100011 | 1000101 |
Color Harmonies of #A863FE
Complementary color
Monochromatic Colors of #A863FE
Black with #A863FE
Text Example
Text Example
White with #A863FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863FE; }
p { color: rgb(168,99,254); }
H1.HeaderClassName
{
color: #A863FE;
}
.AnyTagClassName
{
color: #A863FE;
}
</style>
background-color css
<style>
a { background-color: #A863FE; }
a { background-color: rgb(168,99,254); }
div.DivClassName
{
background-color: #A863FE;
}
.BgClassName
{
background-color: #A863FE;
}
</style>
border-color css
<style>
span { border-color: #A863FE; }
span { border-color: rgb(168,99,254); }
td.TdClassName
{
border-color: #A863FE;
}
.TagClassName
{
border-color: #A863FE;
}
</style>