Shades of Medium Purple #A96CEA
Tints of Medium Purple #A96CEA
RGB
CMYK
RGB Variations
Color information
#A96CEA (or 0xA96CEA) is known color: Medium Purple. HEX triplet: A9, 6C and EA. RGB value is (169,108,234). Sum of RGB (Red+Green+Blue) = 169+108+234=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A96CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEA is #569315. Grayscale: #8C8C8C. Windows color (decimal): -5673750 or 15363241. OLE color: 15363241.
HSL color Cylindrical-coordinate representation of color #A96CEA: hue angle of 269.05º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96CEA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 108 | 234 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.08 |
| HSL | 269.05º | 0.75% | 0.67% | - |
| HSV(B) | 269.05º | 0.54% | 0.92% | - |
| XYZ | 36.58 | 25.1 | 80.76 | - |
| YUV | 140.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 234 | 0.28 | 0.54 | 0 | 0.08 | 269.05 | 0.75 | 0.67 |
| Hex | A9 | 6C | EA | 1C | 36 | 0 | 8 | 10D | 4B | 43 |
| Octal | 251 | 154 | 352 | 34 | 66 | 0 | 10 | 415 | 113 | 103 |
| Binary | 10101001 | 1101100 | 11101010 | 11100 | 110110 | 0 | 1000 | 100001101 | 1001011 | 1000011 |
Color Harmonies of #A96CEA
Complementary color
Monochromatic Colors of #A96CEA
Black with #A96CEA
Text Example
Text Example
White with #A96CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CEA; }
p { color: rgb(169,108,234); }
H1.HeaderClassName
{
color: #A96CEA;
}
.AnyTagClassName
{
color: #A96CEA;
}
</style>
background-color css
<style>
a { background-color: #A96CEA; }
a { background-color: rgb(169,108,234); }
div.DivClassName
{
background-color: #A96CEA;
}
.BgClassName
{
background-color: #A96CEA;
}
</style>
border-color css
<style>
span { border-color: #A96CEA; }
span { border-color: rgb(169,108,234); }
td.TdClassName
{
border-color: #A96CEA;
}
.TagClassName
{
border-color: #A96CEA;
}
</style>