Shades of Cold Purple #A587CE
Tints of Cold Purple #A587CE
RGB
CMYK
RGB Variations
Color information
#A587CE (or 0xA587CE) is known color: Cold Purple. HEX triplet: A5, 87 and CE. RGB value is (165,135,206). Sum of RGB (Red+Green+Blue) = 165+135+206=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A587CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CE is #5A7831. Grayscale: #979797. Windows color (decimal): -5929010 or 13535141. OLE color: 13535141.
HSL color Cylindrical-coordinate representation of color #A587CE: hue angle of 265.35º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A587CE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 135 | 206 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.19 |
| HSL | 265.35º | 0.42% | 0.67% | - |
| HSV(B) | 265.35º | 0.34% | 0.81% | - |
| XYZ | 35.32 | 29.78 | 62.28 | - |
| YUV | 152.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 206 | 0.20 | 0.34 | 0 | 0.19 | 265.35 | 0.42 | 0.67 |
| Hex | A5 | 87 | CE | 14 | 22 | 0 | 13 | 109 | 2A | 43 |
| Octal | 245 | 207 | 316 | 24 | 42 | 0 | 23 | 411 | 52 | 103 |
| Binary | 10100101 | 10000111 | 11001110 | 10100 | 100010 | 0 | 10011 | 100001001 | 101010 | 1000011 |
Color Harmonies of #A587CE
Complementary color
Monochromatic Colors of #A587CE
Black with #A587CE
Text Example
Text Example
White with #A587CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587CE; }
p { color: rgb(165,135,206); }
H1.HeaderClassName
{
color: #A587CE;
}
.AnyTagClassName
{
color: #A587CE;
}
</style>
background-color css
<style>
a { background-color: #A587CE; }
a { background-color: rgb(165,135,206); }
div.DivClassName
{
background-color: #A587CE;
}
.BgClassName
{
background-color: #A587CE;
}
</style>
border-color css
<style>
span { border-color: #A587CE; }
span { border-color: rgb(165,135,206); }
td.TdClassName
{
border-color: #A587CE;
}
.TagClassName
{
border-color: #A587CE;
}
</style>