Shades of Cold Purple #A57ECF
Tints of Cold Purple #A57ECF
RGB
CMYK
RGB Variations
Color information
#A57ECF (or 0xA57ECF) is known color: Cold Purple. HEX triplet: A5, 7E and CF. RGB value is (165,126,207). Sum of RGB (Red+Green+Blue) = 165+126+207=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECF is #5A8130. Grayscale: #929292. Windows color (decimal): -5931313 or 13598373. OLE color: 13598373.
HSL color Cylindrical-coordinate representation of color #A57ECF: hue angle of 268.89º 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 #A57ECF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 126 | 207 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.19 |
| HSL | 268.89º | 0.46% | 0.65% | - |
| HSV(B) | 268.89º | 0.39% | 0.81% | - |
| XYZ | 34.24 | 27.43 | 62.52 | - |
| YUV | 146.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 207 | 0.20 | 0.39 | 0 | 0.19 | 268.89 | 0.46 | 0.65 |
| Hex | A5 | 7E | CF | 14 | 27 | 0 | 13 | 10D | 2E | 41 |
| Octal | 245 | 176 | 317 | 24 | 47 | 0 | 23 | 415 | 56 | 101 |
| Binary | 10100101 | 1111110 | 11001111 | 10100 | 100111 | 0 | 10011 | 100001101 | 101110 | 1000001 |
Color Harmonies of #A57ECF
Complementary color
Monochromatic Colors of #A57ECF
Black with #A57ECF
Text Example
Text Example
White with #A57ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57ECF; }
p { color: rgb(165,126,207); }
H1.HeaderClassName
{
color: #A57ECF;
}
.AnyTagClassName
{
color: #A57ECF;
}
</style>
background-color css
<style>
a { background-color: #A57ECF; }
a { background-color: rgb(165,126,207); }
div.DivClassName
{
background-color: #A57ECF;
}
.BgClassName
{
background-color: #A57ECF;
}
</style>
border-color css
<style>
span { border-color: #A57ECF; }
span { border-color: rgb(165,126,207); }
td.TdClassName
{
border-color: #A57ECF;
}
.TagClassName
{
border-color: #A57ECF;
}
</style>