Shades of Medium Purple #A97CDE
Tints of Medium Purple #A97CDE
RGB
CMYK
RGB Variations
Color information
#A97CDE (or 0xA97CDE) is known color: Medium Purple. HEX triplet: A9, 7C and DE. RGB value is (169,124,222). Sum of RGB (Red+Green+Blue) = 169+124+222=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A97CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CDE is #568321. Grayscale: #949494. Windows color (decimal): -5669666 or 14580905. OLE color: 14580905.
HSL color Cylindrical-coordinate representation of color #A97CDE: hue angle of 267.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97CDE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 124 | 222 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.13 |
| HSL | 267.55º | 0.6% | 0.68% | - |
| HSV(B) | 267.55º | 0.44% | 0.87% | - |
| XYZ | 36.75 | 28.12 | 72.6 | - |
| YUV | 148.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 222 | 0.24 | 0.44 | 0 | 0.13 | 267.55 | 0.6 | 0.68 |
| Hex | A9 | 7C | DE | 18 | 2C | 0 | D | 10C | 3C | 44 |
| Octal | 251 | 174 | 336 | 30 | 54 | 0 | 15 | 414 | 74 | 104 |
| Binary | 10101001 | 1111100 | 11011110 | 11000 | 101100 | 0 | 1101 | 100001100 | 111100 | 1000100 |
Color Harmonies of #A97CDE
Complementary color
Monochromatic Colors of #A97CDE
Black with #A97CDE
Text Example
Text Example
White with #A97CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CDE; }
p { color: rgb(169,124,222); }
H1.HeaderClassName
{
color: #A97CDE;
}
.AnyTagClassName
{
color: #A97CDE;
}
</style>
background-color css
<style>
a { background-color: #A97CDE; }
a { background-color: rgb(169,124,222); }
div.DivClassName
{
background-color: #A97CDE;
}
.BgClassName
{
background-color: #A97CDE;
}
</style>
border-color css
<style>
span { border-color: #A97CDE; }
span { border-color: rgb(169,124,222); }
td.TdClassName
{
border-color: #A97CDE;
}
.TagClassName
{
border-color: #A97CDE;
}
</style>