Shades of Medium Purple #A863FF
Tints of Medium Purple #A863FF
RGB
CMYK
RGB Variations
Color information
#A863FF (or 0xA863FF) is known color: Medium Purple. HEX triplet: A8, 63 and FF. RGB value is (168,99,255). Sum of RGB (Red+Green+Blue) = 168+99+255=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A863FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863FF is #579C00. Grayscale: #888888. Windows color (decimal): -5741569 or 16737192. OLE color: 16737192.
HSL color Cylindrical-coordinate representation of color #A863FF: hue angle of 266.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A863FF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 99 | 255 | - |
| CMYK | 0.34 | 0.61 | 0 | 0 |
| HSL | 266.54º | 1% | 0.69% | - |
| HSV(B) | 266.54º | 0.61% | 1% | - |
| XYZ | 38.66 | 24.47 | 97.29 | - |
| YUV | 137.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 255 | 0.34 | 0.61 | 0 | 0 | 266.54 | 1 | 0.69 |
| Hex | A8 | 63 | FF | 22 | 3D | 0 | 0 | 10B | 64 | 45 |
| Octal | 250 | 143 | 377 | 42 | 75 | 0 | 0 | 413 | 144 | 105 |
| Binary | 10101000 | 1100011 | 11111111 | 100010 | 111101 | 0 | 0 | 100001011 | 1100100 | 1000101 |
Color Harmonies of #A863FF
Complementary color
Monochromatic Colors of #A863FF
Black with #A863FF
Text Example
Text Example
White with #A863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863FF; }
p { color: rgb(168,99,255); }
H1.HeaderClassName
{
color: #A863FF;
}
.AnyTagClassName
{
color: #A863FF;
}
</style>
background-color css
<style>
a { background-color: #A863FF; }
a { background-color: rgb(168,99,255); }
div.DivClassName
{
background-color: #A863FF;
}
.BgClassName
{
background-color: #A863FF;
}
</style>
border-color css
<style>
span { border-color: #A863FF; }
span { border-color: rgb(168,99,255); }
td.TdClassName
{
border-color: #A863FF;
}
.TagClassName
{
border-color: #A863FF;
}
</style>