Shades of Medium Purple #A97BF2
Tints of Medium Purple #A97BF2
RGB
CMYK
RGB Variations
Color information
#A97BF2 (or 0xA97BF2) is known color: Medium Purple. HEX triplet: A9, 7B and F2. RGB value is (169,123,242). Sum of RGB (Red+Green+Blue) = 169+123+242=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #A97BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97BF2 is #56840D. Grayscale: #959595. Windows color (decimal): -5669902 or 15891369. OLE color: 15891369.
HSL color Cylindrical-coordinate representation of color #A97BF2: hue angle of 263.19º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A97BF2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 123 | 242 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.05 |
| HSL | 263.19º | 0.82% | 0.72% | - |
| HSV(B) | 263.19º | 0.49% | 0.95% | - |
| XYZ | 39.47 | 29.01 | 87.52 | - |
| YUV | 150.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 242 | 0.30 | 0.49 | 0 | 0.05 | 263.19 | 0.82 | 0.72 |
| Hex | A9 | 7B | F2 | 1E | 31 | 0 | 5 | 107 | 52 | 48 |
| Octal | 251 | 173 | 362 | 36 | 61 | 0 | 5 | 407 | 122 | 110 |
| Binary | 10101001 | 1111011 | 11110010 | 11110 | 110001 | 0 | 101 | 100000111 | 1010010 | 1001000 |
Color Harmonies of #A97BF2
Complementary color
Monochromatic Colors of #A97BF2
Black with #A97BF2
Text Example
Text Example
White with #A97BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BF2; }
p { color: rgb(169,123,242); }
H1.HeaderClassName
{
color: #A97BF2;
}
.AnyTagClassName
{
color: #A97BF2;
}
</style>
background-color css
<style>
a { background-color: #A97BF2; }
a { background-color: rgb(169,123,242); }
div.DivClassName
{
background-color: #A97BF2;
}
.BgClassName
{
background-color: #A97BF2;
}
</style>
border-color css
<style>
span { border-color: #A97BF2; }
span { border-color: rgb(169,123,242); }
td.TdClassName
{
border-color: #A97BF2;
}
.TagClassName
{
border-color: #A97BF2;
}
</style>