Shades of Medium Purple #A97FDF
Tints of Medium Purple #A97FDF
RGB
CMYK
RGB Variations
Color information
#A97FDF (or 0xA97FDF) is known color: Medium Purple. HEX triplet: A9, 7F and DF. RGB value is (169,127,223). Sum of RGB (Red+Green+Blue) = 169+127+223=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A97FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FDF is #568020. Grayscale: #969696. Windows color (decimal): -5668897 or 14647209. OLE color: 14647209.
HSL color Cylindrical-coordinate representation of color #A97FDF: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97FDF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 127 | 223 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.13 |
| HSL | 266.25º | 0.6% | 0.69% | - |
| HSV(B) | 266.25º | 0.43% | 0.87% | - |
| XYZ | 37.27 | 28.94 | 73.43 | - |
| YUV | 150.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 223 | 0.24 | 0.43 | 0 | 0.13 | 266.25 | 0.6 | 0.69 |
| Hex | A9 | 7F | DF | 18 | 2B | 0 | D | 10A | 3C | 45 |
| Octal | 251 | 177 | 337 | 30 | 53 | 0 | 15 | 412 | 74 | 105 |
| Binary | 10101001 | 1111111 | 11011111 | 11000 | 101011 | 0 | 1101 | 100001010 | 111100 | 1000101 |
Color Harmonies of #A97FDF
Complementary color
Monochromatic Colors of #A97FDF
Black with #A97FDF
Text Example
Text Example
White with #A97FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97FDF; }
p { color: rgb(169,127,223); }
H1.HeaderClassName
{
color: #A97FDF;
}
.AnyTagClassName
{
color: #A97FDF;
}
</style>
background-color css
<style>
a { background-color: #A97FDF; }
a { background-color: rgb(169,127,223); }
div.DivClassName
{
background-color: #A97FDF;
}
.BgClassName
{
background-color: #A97FDF;
}
</style>
border-color css
<style>
span { border-color: #A97FDF; }
span { border-color: rgb(169,127,223); }
td.TdClassName
{
border-color: #A97FDF;
}
.TagClassName
{
border-color: #A97FDF;
}
</style>