Shades of Medium Purple #A961FE
Tints of Medium Purple #A961FE
RGB
CMYK
RGB Variations
Color information
#A961FE (or 0xA961FE) is known color: Medium Purple. HEX triplet: A9, 61 and FE. RGB value is (169,97,254). Sum of RGB (Red+Green+Blue) = 169+97+254=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #A961FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961FE is #569E01. Grayscale: #878787. Windows color (decimal): -5676546 or 16671145. OLE color: 16671145.
HSL color Cylindrical-coordinate representation of color #A961FE: hue angle of 267.52º 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 #A961FE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 97 | 254 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.00 |
| HSL | 267.52º | 0.99% | 0.69% | - |
| HSV(B) | 267.52º | 0.62% | 1% | - |
| XYZ | 38.53 | 24.14 | 96.39 | - |
| YUV | 136.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 254 | 0.33 | 0.62 | 0 | 0.00 | 267.52 | 0.99 | 0.69 |
| Hex | A9 | 61 | FE | 21 | 3E | 0 | 0 | 10C | 63 | 45 |
| Octal | 251 | 141 | 376 | 41 | 76 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101001 | 1100001 | 11111110 | 100001 | 111110 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #A961FE
Complementary color
Monochromatic Colors of #A961FE
Black with #A961FE
Text Example
Text Example
White with #A961FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961FE; }
p { color: rgb(169,97,254); }
H1.HeaderClassName
{
color: #A961FE;
}
.AnyTagClassName
{
color: #A961FE;
}
</style>
background-color css
<style>
a { background-color: #A961FE; }
a { background-color: rgb(169,97,254); }
div.DivClassName
{
background-color: #A961FE;
}
.BgClassName
{
background-color: #A961FE;
}
</style>
border-color css
<style>
span { border-color: #A961FE; }
span { border-color: rgb(169,97,254); }
td.TdClassName
{
border-color: #A961FE;
}
.TagClassName
{
border-color: #A961FE;
}
</style>