Shades of Medium Purple #A96CE4
Tints of Medium Purple #A96CE4
RGB
CMYK
RGB Variations
Color information
#A96CE4 (or 0xA96CE4) is known color: Medium Purple. HEX triplet: A9, 6C and E4. RGB value is (169,108,228). Sum of RGB (Red+Green+Blue) = 169+108+228=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #A96CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CE4 is #56931B. Grayscale: #8B8B8B. Windows color (decimal): -5673756 or 14970025. OLE color: 14970025.
HSL color Cylindrical-coordinate representation of color #A96CE4: hue angle of 270.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96CE4 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 108 | 228 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.11 |
| HSL | 270.5º | 0.69% | 0.66% | - |
| HSV(B) | 270.5º | 0.53% | 0.89% | - |
| XYZ | 35.73 | 24.76 | 76.3 | - |
| YUV | 139.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 228 | 0.26 | 0.53 | 0 | 0.11 | 270.5 | 0.69 | 0.66 |
| Hex | A9 | 6C | E4 | 1A | 35 | 0 | B | 10E | 45 | 42 |
| Octal | 251 | 154 | 344 | 32 | 65 | 0 | 13 | 416 | 105 | 102 |
| Binary | 10101001 | 1101100 | 11100100 | 11010 | 110101 | 0 | 1011 | 100001110 | 1000101 | 1000010 |
Color Harmonies of #A96CE4
Complementary color
Monochromatic Colors of #A96CE4
Black with #A96CE4
Text Example
Text Example
White with #A96CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CE4; }
p { color: rgb(169,108,228); }
H1.HeaderClassName
{
color: #A96CE4;
}
.AnyTagClassName
{
color: #A96CE4;
}
</style>
background-color css
<style>
a { background-color: #A96CE4; }
a { background-color: rgb(169,108,228); }
div.DivClassName
{
background-color: #A96CE4;
}
.BgClassName
{
background-color: #A96CE4;
}
</style>
border-color css
<style>
span { border-color: #A96CE4; }
span { border-color: rgb(169,108,228); }
td.TdClassName
{
border-color: #A96CE4;
}
.TagClassName
{
border-color: #A96CE4;
}
</style>