Shades of Cold Purple #A47ECF
Tints of Cold Purple #A47ECF
RGB
CMYK
RGB Variations
Color information
#A47ECF (or 0xA47ECF) is known color: Cold Purple. HEX triplet: A4, 7E and CF. RGB value is (164,126,207). Sum of RGB (Red+Green+Blue) = 164+126+207=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A47ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ECF is #5B8130. Grayscale: #929292. Windows color (decimal): -5996849 or 13598372. OLE color: 13598372.
HSL color Cylindrical-coordinate representation of color #A47ECF: hue angle of 268.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A47ECF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 126 | 207 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.19 |
| HSL | 268.15º | 0.46% | 0.65% | - |
| HSV(B) | 268.15º | 0.39% | 0.81% | - |
| XYZ | 34.03 | 27.32 | 62.51 | - |
| YUV | 146.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 207 | 0.21 | 0.39 | 0 | 0.19 | 268.15 | 0.46 | 0.65 |
| Hex | A4 | 7E | CF | 15 | 27 | 0 | 13 | 10C | 2E | 41 |
| Octal | 244 | 176 | 317 | 25 | 47 | 0 | 23 | 414 | 56 | 101 |
| Binary | 10100100 | 1111110 | 11001111 | 10101 | 100111 | 0 | 10011 | 100001100 | 101110 | 1000001 |
Color Harmonies of #A47ECF
Complementary color
Monochromatic Colors of #A47ECF
Black with #A47ECF
Text Example
Text Example
White with #A47ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ECF; }
p { color: rgb(164,126,207); }
H1.HeaderClassName
{
color: #A47ECF;
}
.AnyTagClassName
{
color: #A47ECF;
}
</style>
background-color css
<style>
a { background-color: #A47ECF; }
a { background-color: rgb(164,126,207); }
div.DivClassName
{
background-color: #A47ECF;
}
.BgClassName
{
background-color: #A47ECF;
}
</style>
border-color css
<style>
span { border-color: #A47ECF; }
span { border-color: rgb(164,126,207); }
td.TdClassName
{
border-color: #A47ECF;
}
.TagClassName
{
border-color: #A47ECF;
}
</style>