Shades of Medium Purple #A77FF9
Tints of Medium Purple #A77FF9
RGB
CMYK
RGB Variations
Color information
#A77FF9 (or 0xA77FF9) is known color: Medium Purple. HEX triplet: A7, 7F and F9. RGB value is (167,127,249). Sum of RGB (Red+Green+Blue) = 167+127+249=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #A77FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FF9 is #588006. Grayscale: #989898. Windows color (decimal): -5799943 or 16351143. OLE color: 16351143.
HSL color Cylindrical-coordinate representation of color #A77FF9: hue angle of 259.67º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77FF9 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 127 | 249 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.02 |
| HSL | 259.67º | 0.91% | 0.74% | - |
| HSV(B) | 259.67º | 0.49% | 0.98% | - |
| XYZ | 40.62 | 30.23 | 93.32 | - |
| YUV | 152.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 249 | 0.33 | 0.49 | 0 | 0.02 | 259.67 | 0.91 | 0.74 |
| Hex | A7 | 7F | F9 | 21 | 31 | 0 | 2 | 104 | 5B | 4A |
| Octal | 247 | 177 | 371 | 41 | 61 | 0 | 2 | 404 | 133 | 112 |
| Binary | 10100111 | 1111111 | 11111001 | 100001 | 110001 | 0 | 10 | 100000100 | 1011011 | 1001010 |
Color Harmonies of #A77FF9
Complementary color
Monochromatic Colors of #A77FF9
Black with #A77FF9
Text Example
Text Example
White with #A77FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FF9; }
p { color: rgb(167,127,249); }
H1.HeaderClassName
{
color: #A77FF9;
}
.AnyTagClassName
{
color: #A77FF9;
}
</style>
background-color css
<style>
a { background-color: #A77FF9; }
a { background-color: rgb(167,127,249); }
div.DivClassName
{
background-color: #A77FF9;
}
.BgClassName
{
background-color: #A77FF9;
}
</style>
border-color css
<style>
span { border-color: #A77FF9; }
span { border-color: rgb(167,127,249); }
td.TdClassName
{
border-color: #A77FF9;
}
.TagClassName
{
border-color: #A77FF9;
}
</style>