Shades of Medium Purple #A968F3
Tints of Medium Purple #A968F3
RGB
CMYK
RGB Variations
Color information
#A968F3 (or 0xA968F3) is known color: Medium Purple. HEX triplet: A9, 68 and F3. RGB value is (169,104,243). Sum of RGB (Red+Green+Blue) = 169+104+243=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #A968F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968F3 is #56970C. Grayscale: #8A8A8A. Windows color (decimal): -5674765 or 15952041. OLE color: 15952041.
HSL color Cylindrical-coordinate representation of color #A968F3: hue angle of 268.06º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A968F3 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 104 | 243 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.05 |
| HSL | 268.06º | 0.85% | 0.68% | - |
| HSV(B) | 268.06º | 0.57% | 0.95% | - |
| XYZ | 37.49 | 24.81 | 87.61 | - |
| YUV | 139.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 243 | 0.30 | 0.57 | 0 | 0.05 | 268.06 | 0.85 | 0.68 |
| Hex | A9 | 68 | F3 | 1E | 39 | 0 | 5 | 10C | 55 | 44 |
| Octal | 251 | 150 | 363 | 36 | 71 | 0 | 5 | 414 | 125 | 104 |
| Binary | 10101001 | 1101000 | 11110011 | 11110 | 111001 | 0 | 101 | 100001100 | 1010101 | 1000100 |
Color Harmonies of #A968F3
Complementary color
Monochromatic Colors of #A968F3
Black with #A968F3
Text Example
Text Example
White with #A968F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968F3; }
p { color: rgb(169,104,243); }
H1.HeaderClassName
{
color: #A968F3;
}
.AnyTagClassName
{
color: #A968F3;
}
</style>
background-color css
<style>
a { background-color: #A968F3; }
a { background-color: rgb(169,104,243); }
div.DivClassName
{
background-color: #A968F3;
}
.BgClassName
{
background-color: #A968F3;
}
</style>
border-color css
<style>
span { border-color: #A968F3; }
span { border-color: rgb(169,104,243); }
td.TdClassName
{
border-color: #A968F3;
}
.TagClassName
{
border-color: #A968F3;
}
</style>