Shades of Medium Purple #A963FD
Tints of Medium Purple #A963FD
RGB
CMYK
RGB Variations
Color information
#A963FD (or 0xA963FD) is known color: Medium Purple. HEX triplet: A9, 63 and FD. RGB value is (169,99,253). Sum of RGB (Red+Green+Blue) = 169+99+253=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #A963FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963FD is #569C02. Grayscale: #888888. Windows color (decimal): -5676035 or 16606121. OLE color: 16606121.
HSL color Cylindrical-coordinate representation of color #A963FD: hue angle of 267.27º 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 #A963FD is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 99 | 253 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.01 |
| HSL | 267.27º | 0.97% | 0.69% | - |
| HSV(B) | 267.27º | 0.61% | 0.99% | - |
| XYZ | 38.55 | 24.45 | 95.62 | - |
| YUV | 137.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 253 | 0.33 | 0.61 | 0 | 0.01 | 267.27 | 0.97 | 0.69 |
| Hex | A9 | 63 | FD | 21 | 3D | 0 | 1 | 10B | 61 | 45 |
| Octal | 251 | 143 | 375 | 41 | 75 | 0 | 1 | 413 | 141 | 105 |
| Binary | 10101001 | 1100011 | 11111101 | 100001 | 111101 | 0 | 1 | 100001011 | 1100001 | 1000101 |
Color Harmonies of #A963FD
Complementary color
Monochromatic Colors of #A963FD
Black with #A963FD
Text Example
Text Example
White with #A963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963FD; }
p { color: rgb(169,99,253); }
H1.HeaderClassName
{
color: #A963FD;
}
.AnyTagClassName
{
color: #A963FD;
}
</style>
background-color css
<style>
a { background-color: #A963FD; }
a { background-color: rgb(169,99,253); }
div.DivClassName
{
background-color: #A963FD;
}
.BgClassName
{
background-color: #A963FD;
}
</style>
border-color css
<style>
span { border-color: #A963FD; }
span { border-color: rgb(169,99,253); }
td.TdClassName
{
border-color: #A963FD;
}
.TagClassName
{
border-color: #A963FD;
}
</style>