Shades of Medium Purple #A960FE
Tints of Medium Purple #A960FE
RGB
CMYK
RGB Variations
Color information
#A960FE (or 0xA960FE) is known color: Medium Purple. HEX triplet: A9, 60 and FE. RGB value is (169,96,254). Sum of RGB (Red+Green+Blue) = 169+96+254=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A960FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960FE is #569F01. Grayscale: #878787. Windows color (decimal): -5676802 or 16670889. OLE color: 16670889.
HSL color Cylindrical-coordinate representation of color #A960FE: hue angle of 267.72º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A960FE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 96 | 254 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.00 |
| HSL | 267.72º | 0.99% | 0.69% | - |
| HSV(B) | 267.72º | 0.62% | 1% | - |
| XYZ | 38.43 | 23.96 | 96.36 | - |
| YUV | 135.84 | 194.68 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 254 | 0.33 | 0.62 | 0 | 0.00 | 267.72 | 0.99 | 0.69 |
| Hex | A9 | 60 | FE | 21 | 3E | 0 | 0 | 10C | 63 | 45 |
| Octal | 251 | 140 | 376 | 41 | 76 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101001 | 1100000 | 11111110 | 100001 | 111110 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #A960FE
Complementary color
Monochromatic Colors of #A960FE
Black with #A960FE
Text Example
Text Example
White with #A960FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960FE; }
p { color: rgb(169,96,254); }
H1.HeaderClassName
{
color: #A960FE;
}
.AnyTagClassName
{
color: #A960FE;
}
</style>
background-color css
<style>
a { background-color: #A960FE; }
a { background-color: rgb(169,96,254); }
div.DivClassName
{
background-color: #A960FE;
}
.BgClassName
{
background-color: #A960FE;
}
</style>
border-color css
<style>
span { border-color: #A960FE; }
span { border-color: rgb(169,96,254); }
td.TdClassName
{
border-color: #A960FE;
}
.TagClassName
{
border-color: #A960FE;
}
</style>