Shades of Medium Purple #A963FF
Tints of Medium Purple #A963FF
RGB
CMYK
RGB Variations
Color information
#A963FF (or 0xA963FF) is known color: Medium Purple. HEX triplet: A9, 63 and FF. RGB value is (169,99,255). Sum of RGB (Red+Green+Blue) = 169+99+255=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A963FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963FF is #569C00. Grayscale: #898989. Windows color (decimal): -5676033 or 16737193. OLE color: 16737193.
HSL color Cylindrical-coordinate representation of color #A963FF: hue angle of 266.92º 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 #A963FF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 99 | 255 | - |
| CMYK | 0.34 | 0.61 | 0 | 0 |
| HSL | 266.92º | 1% | 0.69% | - |
| HSV(B) | 266.92º | 0.61% | 1% | - |
| XYZ | 38.87 | 24.58 | 97.3 | - |
| YUV | 137.71 | 194.19 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 255 | 0.34 | 0.61 | 0 | 0 | 266.92 | 1 | 0.69 |
| Hex | A9 | 63 | FF | 22 | 3D | 0 | 0 | 10B | 64 | 45 |
| Octal | 251 | 143 | 377 | 42 | 75 | 0 | 0 | 413 | 144 | 105 |
| Binary | 10101001 | 1100011 | 11111111 | 100010 | 111101 | 0 | 0 | 100001011 | 1100100 | 1000101 |
Color Harmonies of #A963FF
Complementary color
Monochromatic Colors of #A963FF
Black with #A963FF
Text Example
Text Example
White with #A963FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963FF; }
p { color: rgb(169,99,255); }
H1.HeaderClassName
{
color: #A963FF;
}
.AnyTagClassName
{
color: #A963FF;
}
</style>
background-color css
<style>
a { background-color: #A963FF; }
a { background-color: rgb(169,99,255); }
div.DivClassName
{
background-color: #A963FF;
}
.BgClassName
{
background-color: #A963FF;
}
</style>
border-color css
<style>
span { border-color: #A963FF; }
span { border-color: rgb(169,99,255); }
td.TdClassName
{
border-color: #A963FF;
}
.TagClassName
{
border-color: #A963FF;
}
</style>