Shades of Medium Purple #A96BE8
Tints of Medium Purple #A96BE8
RGB
CMYK
RGB Variations
Color information
#A96BE8 (or 0xA96BE8) is known color: Medium Purple. HEX triplet: A9, 6B and E8. RGB value is (169,107,232). Sum of RGB (Red+Green+Blue) = 169+107+232=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #A96BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BE8 is #569417. Grayscale: #8B8B8B. Windows color (decimal): -5674008 or 15231913. OLE color: 15231913.
HSL color Cylindrical-coordinate representation of color #A96BE8: hue angle of 269.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96BE8 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 107 | 232 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.09 |
| HSL | 269.76º | 0.73% | 0.66% | - |
| HSV(B) | 269.76º | 0.54% | 0.91% | - |
| XYZ | 36.19 | 24.78 | 79.22 | - |
| YUV | 139.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 232 | 0.27 | 0.54 | 0 | 0.09 | 269.76 | 0.73 | 0.66 |
| Hex | A9 | 6B | E8 | 1B | 36 | 0 | 9 | 10E | 49 | 42 |
| Octal | 251 | 153 | 350 | 33 | 66 | 0 | 11 | 416 | 111 | 102 |
| Binary | 10101001 | 1101011 | 11101000 | 11011 | 110110 | 0 | 1001 | 100001110 | 1001001 | 1000010 |
Color Harmonies of #A96BE8
Complementary color
Monochromatic Colors of #A96BE8
Black with #A96BE8
Text Example
Text Example
White with #A96BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BE8; }
p { color: rgb(169,107,232); }
H1.HeaderClassName
{
color: #A96BE8;
}
.AnyTagClassName
{
color: #A96BE8;
}
</style>
background-color css
<style>
a { background-color: #A96BE8; }
a { background-color: rgb(169,107,232); }
div.DivClassName
{
background-color: #A96BE8;
}
.BgClassName
{
background-color: #A96BE8;
}
</style>
border-color css
<style>
span { border-color: #A96BE8; }
span { border-color: rgb(169,107,232); }
td.TdClassName
{
border-color: #A96BE8;
}
.TagClassName
{
border-color: #A96BE8;
}
</style>