Shades of Medium Purple #A97CE8
Tints of Medium Purple #A97CE8
RGB
CMYK
RGB Variations
Color information
#A97CE8 (or 0xA97CE8) is known color: Medium Purple. HEX triplet: A9, 7C and E8. RGB value is (169,124,232). Sum of RGB (Red+Green+Blue) = 169+124+232=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #A97CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CE8 is #568317. Grayscale: #959595. Windows color (decimal): -5669656 or 15236265. OLE color: 15236265.
HSL color Cylindrical-coordinate representation of color #A97CE8: hue angle of 265º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A97CE8 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 124 | 232 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.09 |
| HSL | 265º | 0.7% | 0.7% | - |
| HSV(B) | 265º | 0.47% | 0.91% | - |
| XYZ | 38.14 | 28.68 | 79.87 | - |
| YUV | 149.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 232 | 0.27 | 0.47 | 0 | 0.09 | 265 | 0.7 | 0.7 |
| Hex | A9 | 7C | E8 | 1B | 2F | 0 | 9 | 109 | 46 | 46 |
| Octal | 251 | 174 | 350 | 33 | 57 | 0 | 11 | 411 | 106 | 106 |
| Binary | 10101001 | 1111100 | 11101000 | 11011 | 101111 | 0 | 1001 | 100001001 | 1000110 | 1000110 |
Color Harmonies of #A97CE8
Complementary color
Monochromatic Colors of #A97CE8
Black with #A97CE8
Text Example
Text Example
White with #A97CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CE8; }
p { color: rgb(169,124,232); }
H1.HeaderClassName
{
color: #A97CE8;
}
.AnyTagClassName
{
color: #A97CE8;
}
</style>
background-color css
<style>
a { background-color: #A97CE8; }
a { background-color: rgb(169,124,232); }
div.DivClassName
{
background-color: #A97CE8;
}
.BgClassName
{
background-color: #A97CE8;
}
</style>
border-color css
<style>
span { border-color: #A97CE8; }
span { border-color: rgb(169,124,232); }
td.TdClassName
{
border-color: #A97CE8;
}
.TagClassName
{
border-color: #A97CE8;
}
</style>