Shades of Cold Purple #A57ED0
Tints of Cold Purple #A57ED0
RGB
CMYK
RGB Variations
Color information
#A57ED0 (or 0xA57ED0) is known color: Cold Purple. HEX triplet: A5, 7E and D0. RGB value is (165,126,208). Sum of RGB (Red+Green+Blue) = 165+126+208=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #A57ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ED0 is #5A812F. Grayscale: #929292. Windows color (decimal): -5931312 or 13663909. OLE color: 13663909.
HSL color Cylindrical-coordinate representation of color #A57ED0: hue angle of 268.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57ED0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 126 | 208 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.18 |
| HSL | 268.54º | 0.47% | 0.65% | - |
| HSV(B) | 268.54º | 0.39% | 0.82% | - |
| XYZ | 34.36 | 27.48 | 63.17 | - |
| YUV | 147.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 208 | 0.21 | 0.39 | 0 | 0.18 | 268.54 | 0.47 | 0.65 |
| Hex | A5 | 7E | D0 | 15 | 27 | 0 | 12 | 10D | 2F | 41 |
| Octal | 245 | 176 | 320 | 25 | 47 | 0 | 22 | 415 | 57 | 101 |
| Binary | 10100101 | 1111110 | 11010000 | 10101 | 100111 | 0 | 10010 | 100001101 | 101111 | 1000001 |
Color Harmonies of #A57ED0
Complementary color
Monochromatic Colors of #A57ED0
Black with #A57ED0
Text Example
Text Example
White with #A57ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57ED0; }
p { color: rgb(165,126,208); }
H1.HeaderClassName
{
color: #A57ED0;
}
.AnyTagClassName
{
color: #A57ED0;
}
</style>
background-color css
<style>
a { background-color: #A57ED0; }
a { background-color: rgb(165,126,208); }
div.DivClassName
{
background-color: #A57ED0;
}
.BgClassName
{
background-color: #A57ED0;
}
</style>
border-color css
<style>
span { border-color: #A57ED0; }
span { border-color: rgb(165,126,208); }
td.TdClassName
{
border-color: #A57ED0;
}
.TagClassName
{
border-color: #A57ED0;
}
</style>