Shades of Medium Purple #A97FFC
Tints of Medium Purple #A97FFC
RGB
CMYK
RGB Variations
Color information
#A97FFC (or 0xA97FFC) is known color: Medium Purple. HEX triplet: A9, 7F and FC. RGB value is (169,127,252). Sum of RGB (Red+Green+Blue) = 169+127+252=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A97FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97FFC is #568003. Grayscale: #999999. Windows color (decimal): -5668868 or 16547753. OLE color: 16547753.
HSL color Cylindrical-coordinate representation of color #A97FFC: hue angle of 260.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97FFC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 127 | 252 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.01 |
| HSL | 260.16º | 0.95% | 0.74% | - |
| HSV(B) | 260.16º | 0.5% | 0.99% | - |
| XYZ | 41.52 | 30.64 | 95.82 | - |
| YUV | 153.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 252 | 0.33 | 0.50 | 0 | 0.01 | 260.16 | 0.95 | 0.74 |
| Hex | A9 | 7F | FC | 21 | 32 | 0 | 1 | 104 | 5F | 4A |
| Octal | 251 | 177 | 374 | 41 | 62 | 0 | 1 | 404 | 137 | 112 |
| Binary | 10101001 | 1111111 | 11111100 | 100001 | 110010 | 0 | 1 | 100000100 | 1011111 | 1001010 |
Color Harmonies of #A97FFC
Complementary color
Monochromatic Colors of #A97FFC
Black with #A97FFC
Text Example
Text Example
White with #A97FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97FFC; }
p { color: rgb(169,127,252); }
H1.HeaderClassName
{
color: #A97FFC;
}
.AnyTagClassName
{
color: #A97FFC;
}
</style>
background-color css
<style>
a { background-color: #A97FFC; }
a { background-color: rgb(169,127,252); }
div.DivClassName
{
background-color: #A97FFC;
}
.BgClassName
{
background-color: #A97FFC;
}
</style>
border-color css
<style>
span { border-color: #A97FFC; }
span { border-color: rgb(169,127,252); }
td.TdClassName
{
border-color: #A97FFC;
}
.TagClassName
{
border-color: #A97FFC;
}
</style>