Shades of Cold Purple #A77FD4
Tints of Cold Purple #A77FD4
RGB
CMYK
RGB Variations
Color information
#A77FD4 (or 0xA77FD4) is known color: Cold Purple. HEX triplet: A7, 7F and D4. RGB value is (167,127,212). Sum of RGB (Red+Green+Blue) = 167+127+212=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #A77FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FD4 is #58802B. Grayscale: #949494. Windows color (decimal): -5799980 or 13926311. OLE color: 13926311.
HSL color Cylindrical-coordinate representation of color #A77FD4: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77FD4 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 127 | 212 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.17 |
| HSL | 268.24º | 0.5% | 0.66% | - |
| HSV(B) | 268.24º | 0.4% | 0.83% | - |
| XYZ | 35.41 | 28.15 | 65.85 | - |
| YUV | 148.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 212 | 0.21 | 0.40 | 0 | 0.17 | 268.24 | 0.5 | 0.66 |
| Hex | A7 | 7F | D4 | 15 | 28 | 0 | 11 | 10C | 32 | 42 |
| Octal | 247 | 177 | 324 | 25 | 50 | 0 | 21 | 414 | 62 | 102 |
| Binary | 10100111 | 1111111 | 11010100 | 10101 | 101000 | 0 | 10001 | 100001100 | 110010 | 1000010 |
Color Harmonies of #A77FD4
Complementary color
Monochromatic Colors of #A77FD4
Black with #A77FD4
Text Example
Text Example
White with #A77FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FD4; }
p { color: rgb(167,127,212); }
H1.HeaderClassName
{
color: #A77FD4;
}
.AnyTagClassName
{
color: #A77FD4;
}
</style>
background-color css
<style>
a { background-color: #A77FD4; }
a { background-color: rgb(167,127,212); }
div.DivClassName
{
background-color: #A77FD4;
}
.BgClassName
{
background-color: #A77FD4;
}
</style>
border-color css
<style>
span { border-color: #A77FD4; }
span { border-color: rgb(167,127,212); }
td.TdClassName
{
border-color: #A77FD4;
}
.TagClassName
{
border-color: #A77FD4;
}
</style>