Shades of Medium Purple #A97FDC
Tints of Medium Purple #A97FDC
RGB
CMYK
RGB Variations
Color information
#A97FDC (or 0xA97FDC) is known color: Medium Purple. HEX triplet: A9, 7F and DC. RGB value is (169,127,220). Sum of RGB (Red+Green+Blue) = 169+127+220=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A97FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FDC is #568023. Grayscale: #959595. Windows color (decimal): -5668900 or 14450601. OLE color: 14450601.
HSL color Cylindrical-coordinate representation of color #A97FDC: hue angle of 267.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97FDC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 127 | 220 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.14 |
| HSL | 267.1º | 0.57% | 0.68% | - |
| HSV(B) | 267.1º | 0.42% | 0.86% | - |
| XYZ | 36.87 | 28.78 | 71.32 | - |
| YUV | 150.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 220 | 0.23 | 0.42 | 0 | 0.14 | 267.1 | 0.57 | 0.68 |
| Hex | A9 | 7F | DC | 17 | 2A | 0 | E | 10B | 39 | 44 |
| Octal | 251 | 177 | 334 | 27 | 52 | 0 | 16 | 413 | 71 | 104 |
| Binary | 10101001 | 1111111 | 11011100 | 10111 | 101010 | 0 | 1110 | 100001011 | 111001 | 1000100 |
Color Harmonies of #A97FDC
Complementary color
Monochromatic Colors of #A97FDC
Black with #A97FDC
Text Example
Text Example
White with #A97FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97FDC; }
p { color: rgb(169,127,220); }
H1.HeaderClassName
{
color: #A97FDC;
}
.AnyTagClassName
{
color: #A97FDC;
}
</style>
background-color css
<style>
a { background-color: #A97FDC; }
a { background-color: rgb(169,127,220); }
div.DivClassName
{
background-color: #A97FDC;
}
.BgClassName
{
background-color: #A97FDC;
}
</style>
border-color css
<style>
span { border-color: #A97FDC; }
span { border-color: rgb(169,127,220); }
td.TdClassName
{
border-color: #A97FDC;
}
.TagClassName
{
border-color: #A97FDC;
}
</style>