Shades of Cold Purple #A77FD1
Tints of Cold Purple #A77FD1
RGB
CMYK
RGB Variations
Color information
#A77FD1 (or 0xA77FD1) is known color: Cold Purple. HEX triplet: A7, 7F and D1. RGB value is (167,127,209). Sum of RGB (Red+Green+Blue) = 167+127+209=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #A77FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FD1 is #58802E. Grayscale: #949494. Windows color (decimal): -5799983 or 13729703. OLE color: 13729703.
HSL color Cylindrical-coordinate representation of color #A77FD1: hue angle of 269.27º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77FD1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 127 | 209 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.18 |
| HSL | 269.27º | 0.47% | 0.66% | - |
| HSV(B) | 269.27º | 0.39% | 0.82% | - |
| XYZ | 35.03 | 28 | 63.88 | - |
| YUV | 148.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 209 | 0.20 | 0.39 | 0 | 0.18 | 269.27 | 0.47 | 0.66 |
| Hex | A7 | 7F | D1 | 14 | 27 | 0 | 12 | 10D | 2F | 42 |
| Octal | 247 | 177 | 321 | 24 | 47 | 0 | 22 | 415 | 57 | 102 |
| Binary | 10100111 | 1111111 | 11010001 | 10100 | 100111 | 0 | 10010 | 100001101 | 101111 | 1000010 |
Color Harmonies of #A77FD1
Complementary color
Monochromatic Colors of #A77FD1
Black with #A77FD1
Text Example
Text Example
White with #A77FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FD1; }
p { color: rgb(167,127,209); }
H1.HeaderClassName
{
color: #A77FD1;
}
.AnyTagClassName
{
color: #A77FD1;
}
</style>
background-color css
<style>
a { background-color: #A77FD1; }
a { background-color: rgb(167,127,209); }
div.DivClassName
{
background-color: #A77FD1;
}
.BgClassName
{
background-color: #A77FD1;
}
</style>
border-color css
<style>
span { border-color: #A77FD1; }
span { border-color: rgb(167,127,209); }
td.TdClassName
{
border-color: #A77FD1;
}
.TagClassName
{
border-color: #A77FD1;
}
</style>