Shades of Medium Purple #A966F3
Tints of Medium Purple #A966F3
RGB
CMYK
RGB Variations
Color information
#A966F3 (or 0xA966F3) is known color: Medium Purple. HEX triplet: A9, 66 and F3. RGB value is (169,102,243). Sum of RGB (Red+Green+Blue) = 169+102+243=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #A966F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966F3 is #56990C. Grayscale: #898989. Windows color (decimal): -5675277 or 15951529. OLE color: 15951529.
HSL color Cylindrical-coordinate representation of color #A966F3: hue angle of 268.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A966F3 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 102 | 243 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.05 |
| HSL | 268.51º | 0.85% | 0.68% | - |
| HSV(B) | 268.51º | 0.58% | 0.95% | - |
| XYZ | 37.29 | 24.41 | 87.54 | - |
| YUV | 138.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 243 | 0.30 | 0.58 | 0 | 0.05 | 268.51 | 0.85 | 0.68 |
| Hex | A9 | 66 | F3 | 1E | 3A | 0 | 5 | 10D | 55 | 44 |
| Octal | 251 | 146 | 363 | 36 | 72 | 0 | 5 | 415 | 125 | 104 |
| Binary | 10101001 | 1100110 | 11110011 | 11110 | 111010 | 0 | 101 | 100001101 | 1010101 | 1000100 |
Color Harmonies of #A966F3
Complementary color
Monochromatic Colors of #A966F3
Black with #A966F3
Text Example
Text Example
White with #A966F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A966F3; }
p { color: rgb(169,102,243); }
H1.HeaderClassName
{
color: #A966F3;
}
.AnyTagClassName
{
color: #A966F3;
}
</style>
background-color css
<style>
a { background-color: #A966F3; }
a { background-color: rgb(169,102,243); }
div.DivClassName
{
background-color: #A966F3;
}
.BgClassName
{
background-color: #A966F3;
}
</style>
border-color css
<style>
span { border-color: #A966F3; }
span { border-color: rgb(169,102,243); }
td.TdClassName
{
border-color: #A966F3;
}
.TagClassName
{
border-color: #A966F3;
}
</style>