Shades of Cold Purple #A77ED1
Tints of Cold Purple #A77ED1
RGB
CMYK
RGB Variations
Color information
#A77ED1 (or 0xA77ED1) is known color: Cold Purple. HEX triplet: A7, 7E and D1. RGB value is (167,126,209). Sum of RGB (Red+Green+Blue) = 167+126+209=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #A77ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ED1 is #58812E. Grayscale: #939393. Windows color (decimal): -5800239 or 13729447. OLE color: 13729447.
HSL color Cylindrical-coordinate representation of color #A77ED1: hue angle of 269.64º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77ED1 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 126 | 209 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.18 |
| HSL | 269.64º | 0.47% | 0.66% | - |
| HSV(B) | 269.64º | 0.4% | 0.82% | - |
| XYZ | 34.91 | 27.74 | 63.84 | - |
| YUV | 147.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 209 | 0.20 | 0.40 | 0 | 0.18 | 269.64 | 0.47 | 0.66 |
| Hex | A7 | 7E | D1 | 14 | 28 | 0 | 12 | 10E | 2F | 42 |
| Octal | 247 | 176 | 321 | 24 | 50 | 0 | 22 | 416 | 57 | 102 |
| Binary | 10100111 | 1111110 | 11010001 | 10100 | 101000 | 0 | 10010 | 100001110 | 101111 | 1000010 |
Color Harmonies of #A77ED1
Complementary color
Monochromatic Colors of #A77ED1
Black with #A77ED1
Text Example
Text Example
White with #A77ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ED1; }
p { color: rgb(167,126,209); }
H1.HeaderClassName
{
color: #A77ED1;
}
.AnyTagClassName
{
color: #A77ED1;
}
</style>
background-color css
<style>
a { background-color: #A77ED1; }
a { background-color: rgb(167,126,209); }
div.DivClassName
{
background-color: #A77ED1;
}
.BgClassName
{
background-color: #A77ED1;
}
</style>
border-color css
<style>
span { border-color: #A77ED1; }
span { border-color: rgb(167,126,209); }
td.TdClassName
{
border-color: #A77ED1;
}
.TagClassName
{
border-color: #A77ED1;
}
</style>