Shades of Medium Purple #A96BE5
Tints of Medium Purple #A96BE5
RGB
CMYK
RGB Variations
Color information
#A96BE5 (or 0xA96BE5) is known color: Medium Purple. HEX triplet: A9, 6B and E5. RGB value is (169,107,229). Sum of RGB (Red+Green+Blue) = 169+107+229=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #A96BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BE5 is #56941A. Grayscale: #8B8B8B. Windows color (decimal): -5674011 or 15035305. OLE color: 15035305.
HSL color Cylindrical-coordinate representation of color #A96BE5: hue angle of 270.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96BE5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 107 | 229 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.10 |
| HSL | 270.49º | 0.7% | 0.66% | - |
| HSV(B) | 270.49º | 0.53% | 0.9% | - |
| XYZ | 35.76 | 24.61 | 76.99 | - |
| YUV | 139.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 229 | 0.26 | 0.53 | 0 | 0.10 | 270.49 | 0.7 | 0.66 |
| Hex | A9 | 6B | E5 | 1A | 35 | 0 | A | 10E | 46 | 42 |
| Octal | 251 | 153 | 345 | 32 | 65 | 0 | 12 | 416 | 106 | 102 |
| Binary | 10101001 | 1101011 | 11100101 | 11010 | 110101 | 0 | 1010 | 100001110 | 1000110 | 1000010 |
Color Harmonies of #A96BE5
Complementary color
Monochromatic Colors of #A96BE5
Black with #A96BE5
Text Example
Text Example
White with #A96BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BE5; }
p { color: rgb(169,107,229); }
H1.HeaderClassName
{
color: #A96BE5;
}
.AnyTagClassName
{
color: #A96BE5;
}
</style>
background-color css
<style>
a { background-color: #A96BE5; }
a { background-color: rgb(169,107,229); }
div.DivClassName
{
background-color: #A96BE5;
}
.BgClassName
{
background-color: #A96BE5;
}
</style>
border-color css
<style>
span { border-color: #A96BE5; }
span { border-color: rgb(169,107,229); }
td.TdClassName
{
border-color: #A96BE5;
}
.TagClassName
{
border-color: #A96BE5;
}
</style>