Shades of Medium Purple #A975FE
Tints of Medium Purple #A975FE
RGB
CMYK
RGB Variations
Color information
#A975FE (or 0xA975FE) is known color: Medium Purple. HEX triplet: A9, 75 and FE. RGB value is (169,117,254). Sum of RGB (Red+Green+Blue) = 169+117+254=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A975FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FE is #568A01. Grayscale: #939393. Windows color (decimal): -5671426 or 16676265. OLE color: 16676265.
HSL color Cylindrical-coordinate representation of color #A975FE: hue angle of 262.77º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A975FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 117 | 254 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.00 |
| HSL | 262.77º | 0.99% | 0.73% | - |
| HSV(B) | 262.77º | 0.54% | 1% | - |
| XYZ | 40.61 | 28.31 | 97.09 | - |
| YUV | 148.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 254 | 0.33 | 0.54 | 0 | 0.00 | 262.77 | 0.99 | 0.73 |
| Hex | A9 | 75 | FE | 21 | 36 | 0 | 0 | 107 | 63 | 49 |
| Octal | 251 | 165 | 376 | 41 | 66 | 0 | 0 | 407 | 143 | 111 |
| Binary | 10101001 | 1110101 | 11111110 | 100001 | 110110 | 0 | 0 | 100000111 | 1100011 | 1001001 |
Color Harmonies of #A975FE
Complementary color
Monochromatic Colors of #A975FE
Black with #A975FE
Text Example
Text Example
White with #A975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975FE; }
p { color: rgb(169,117,254); }
H1.HeaderClassName
{
color: #A975FE;
}
.AnyTagClassName
{
color: #A975FE;
}
</style>
background-color css
<style>
a { background-color: #A975FE; }
a { background-color: rgb(169,117,254); }
div.DivClassName
{
background-color: #A975FE;
}
.BgClassName
{
background-color: #A975FE;
}
</style>
border-color css
<style>
span { border-color: #A975FE; }
span { border-color: rgb(169,117,254); }
td.TdClassName
{
border-color: #A975FE;
}
.TagClassName
{
border-color: #A975FE;
}
</style>