Shades of Medium Purple #A97BFC
Tints of Medium Purple #A97BFC
RGB
CMYK
RGB Variations
Color information
#A97BFC (or 0xA97BFC) is known color: Medium Purple. HEX triplet: A9, 7B and FC. RGB value is (169,123,252). Sum of RGB (Red+Green+Blue) = 169+123+252=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #A97BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97BFC is #568403. Grayscale: #969696. Windows color (decimal): -5669892 or 16546729. OLE color: 16546729.
HSL color Cylindrical-coordinate representation of color #A97BFC: hue angle of 261.4º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97BFC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 123 | 252 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.01 |
| HSL | 261.4º | 0.96% | 0.74% | - |
| HSV(B) | 261.4º | 0.51% | 0.99% | - |
| XYZ | 41.02 | 29.63 | 95.65 | - |
| YUV | 151.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 252 | 0.33 | 0.51 | 0 | 0.01 | 261.4 | 0.96 | 0.74 |
| Hex | A9 | 7B | FC | 21 | 33 | 0 | 1 | 105 | 60 | 4A |
| Octal | 251 | 173 | 374 | 41 | 63 | 0 | 1 | 405 | 140 | 112 |
| Binary | 10101001 | 1111011 | 11111100 | 100001 | 110011 | 0 | 1 | 100000101 | 1100000 | 1001010 |
Color Harmonies of #A97BFC
Complementary color
Monochromatic Colors of #A97BFC
Black with #A97BFC
Text Example
Text Example
White with #A97BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BFC; }
p { color: rgb(169,123,252); }
H1.HeaderClassName
{
color: #A97BFC;
}
.AnyTagClassName
{
color: #A97BFC;
}
</style>
background-color css
<style>
a { background-color: #A97BFC; }
a { background-color: rgb(169,123,252); }
div.DivClassName
{
background-color: #A97BFC;
}
.BgClassName
{
background-color: #A97BFC;
}
</style>
border-color css
<style>
span { border-color: #A97BFC; }
span { border-color: rgb(169,123,252); }
td.TdClassName
{
border-color: #A97BFC;
}
.TagClassName
{
border-color: #A97BFC;
}
</style>