Shades of Cold Purple #A57DCC
Tints of Cold Purple #A57DCC
RGB
CMYK
RGB Variations
Color information
#A57DCC (or 0xA57DCC) is known color: Cold Purple. HEX triplet: A5, 7D and CC. RGB value is (165,125,204). Sum of RGB (Red+Green+Blue) = 165+125+204=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A57DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DCC is #5A8233. Grayscale: #919191. Windows color (decimal): -5931572 or 13401509. OLE color: 13401509.
HSL color Cylindrical-coordinate representation of color #A57DCC: hue angle of 270.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57DCC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 125 | 204 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.2 |
| HSL | 270.38º | 0.44% | 0.65% | - |
| HSV(B) | 270.38º | 0.39% | 0.8% | - |
| XYZ | 33.75 | 27.03 | 60.56 | - |
| YUV | 145.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 204 | 0.19 | 0.39 | 0 | 0.2 | 270.38 | 0.44 | 0.65 |
| Hex | A5 | 7D | CC | 13 | 27 | 0 | 14 | 10E | 2C | 41 |
| Octal | 245 | 175 | 314 | 23 | 47 | 0 | 24 | 416 | 54 | 101 |
| Binary | 10100101 | 1111101 | 11001100 | 10011 | 100111 | 0 | 10100 | 100001110 | 101100 | 1000001 |
Color Harmonies of #A57DCC
Complementary color
Monochromatic Colors of #A57DCC
Black with #A57DCC
Text Example
Text Example
White with #A57DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DCC; }
p { color: rgb(165,125,204); }
H1.HeaderClassName
{
color: #A57DCC;
}
.AnyTagClassName
{
color: #A57DCC;
}
</style>
background-color css
<style>
a { background-color: #A57DCC; }
a { background-color: rgb(165,125,204); }
div.DivClassName
{
background-color: #A57DCC;
}
.BgClassName
{
background-color: #A57DCC;
}
</style>
border-color css
<style>
span { border-color: #A57DCC; }
span { border-color: rgb(165,125,204); }
td.TdClassName
{
border-color: #A57DCC;
}
.TagClassName
{
border-color: #A57DCC;
}
</style>