Shades of Medium Purple #A97CDC
Tints of Medium Purple #A97CDC
RGB
CMYK
RGB Variations
Color information
#A97CDC (or 0xA97CDC) is known color: Medium Purple. HEX triplet: A9, 7C and DC. RGB value is (169,124,220). Sum of RGB (Red+Green+Blue) = 169+124+220=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A97CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CDC is #568323. Grayscale: #949494. Windows color (decimal): -5669668 or 14449833. OLE color: 14449833.
HSL color Cylindrical-coordinate representation of color #A97CDC: hue angle of 268.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97CDC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 124 | 220 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.14 |
| HSL | 268.13º | 0.58% | 0.67% | - |
| HSV(B) | 268.13º | 0.44% | 0.86% | - |
| XYZ | 36.49 | 28.02 | 71.19 | - |
| YUV | 148.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 220 | 0.23 | 0.44 | 0 | 0.14 | 268.13 | 0.58 | 0.67 |
| Hex | A9 | 7C | DC | 17 | 2C | 0 | E | 10C | 3A | 43 |
| Octal | 251 | 174 | 334 | 27 | 54 | 0 | 16 | 414 | 72 | 103 |
| Binary | 10101001 | 1111100 | 11011100 | 10111 | 101100 | 0 | 1110 | 100001100 | 111010 | 1000011 |
Color Harmonies of #A97CDC
Complementary color
Monochromatic Colors of #A97CDC
Black with #A97CDC
Text Example
Text Example
White with #A97CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CDC; }
p { color: rgb(169,124,220); }
H1.HeaderClassName
{
color: #A97CDC;
}
.AnyTagClassName
{
color: #A97CDC;
}
</style>
background-color css
<style>
a { background-color: #A97CDC; }
a { background-color: rgb(169,124,220); }
div.DivClassName
{
background-color: #A97CDC;
}
.BgClassName
{
background-color: #A97CDC;
}
</style>
border-color css
<style>
span { border-color: #A97CDC; }
span { border-color: rgb(169,124,220); }
td.TdClassName
{
border-color: #A97CDC;
}
.TagClassName
{
border-color: #A97CDC;
}
</style>