Shades of Cold Purple #A47EC9
Tints of Cold Purple #A47EC9
RGB
CMYK
RGB Variations
Color information
#A47EC9 (or 0xA47EC9) is known color: Cold Purple. HEX triplet: A4, 7E and C9. RGB value is (164,126,201). Sum of RGB (Red+Green+Blue) = 164+126+201=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #A47EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EC9 is #5B8136. Grayscale: #919191. Windows color (decimal): -5996855 or 13205156. OLE color: 13205156.
HSL color Cylindrical-coordinate representation of color #A47EC9: hue angle of 270.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47EC9 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 126 | 201 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.21 |
| HSL | 270.4º | 0.41% | 0.64% | - |
| HSV(B) | 270.4º | 0.37% | 0.79% | - |
| XYZ | 33.31 | 27.03 | 58.72 | - |
| YUV | 145.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 201 | 0.18 | 0.37 | 0 | 0.21 | 270.4 | 0.41 | 0.64 |
| Hex | A4 | 7E | C9 | 12 | 25 | 0 | 15 | 10E | 29 | 40 |
| Octal | 244 | 176 | 311 | 22 | 45 | 0 | 25 | 416 | 51 | 100 |
| Binary | 10100100 | 1111110 | 11001001 | 10010 | 100101 | 0 | 10101 | 100001110 | 101001 | 1000000 |
Color Harmonies of #A47EC9
Complementary color
Monochromatic Colors of #A47EC9
Black with #A47EC9
Text Example
Text Example
White with #A47EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EC9; }
p { color: rgb(164,126,201); }
H1.HeaderClassName
{
color: #A47EC9;
}
.AnyTagClassName
{
color: #A47EC9;
}
</style>
background-color css
<style>
a { background-color: #A47EC9; }
a { background-color: rgb(164,126,201); }
div.DivClassName
{
background-color: #A47EC9;
}
.BgClassName
{
background-color: #A47EC9;
}
</style>
border-color css
<style>
span { border-color: #A47EC9; }
span { border-color: rgb(164,126,201); }
td.TdClassName
{
border-color: #A47EC9;
}
.TagClassName
{
border-color: #A47EC9;
}
</style>