Shades of Medium Purple #A963FC
Tints of Medium Purple #A963FC
RGB
CMYK
RGB Variations
Color information
#A963FC (or 0xA963FC) is known color: Medium Purple. HEX triplet: A9, 63 and FC. RGB value is (169,99,252). Sum of RGB (Red+Green+Blue) = 169+99+252=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A963FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963FC is #569C03. Grayscale: #888888. Windows color (decimal): -5676036 or 16540585. OLE color: 16540585.
HSL color Cylindrical-coordinate representation of color #A963FC: hue angle of 267.45º degrees, saturation: 0.96, 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 #A963FC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 99 | 252 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.01 |
| HSL | 267.45º | 0.96% | 0.69% | - |
| HSV(B) | 267.45º | 0.61% | 0.99% | - |
| XYZ | 38.39 | 24.39 | 94.78 | - |
| YUV | 137.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 252 | 0.33 | 0.61 | 0 | 0.01 | 267.45 | 0.96 | 0.69 |
| Hex | A9 | 63 | FC | 21 | 3D | 0 | 1 | 10B | 60 | 45 |
| Octal | 251 | 143 | 374 | 41 | 75 | 0 | 1 | 413 | 140 | 105 |
| Binary | 10101001 | 1100011 | 11111100 | 100001 | 111101 | 0 | 1 | 100001011 | 1100000 | 1000101 |
Color Harmonies of #A963FC
Complementary color
Monochromatic Colors of #A963FC
Black with #A963FC
Text Example
Text Example
White with #A963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963FC; }
p { color: rgb(169,99,252); }
H1.HeaderClassName
{
color: #A963FC;
}
.AnyTagClassName
{
color: #A963FC;
}
</style>
background-color css
<style>
a { background-color: #A963FC; }
a { background-color: rgb(169,99,252); }
div.DivClassName
{
background-color: #A963FC;
}
.BgClassName
{
background-color: #A963FC;
}
</style>
border-color css
<style>
span { border-color: #A963FC; }
span { border-color: rgb(169,99,252); }
td.TdClassName
{
border-color: #A963FC;
}
.TagClassName
{
border-color: #A963FC;
}
</style>