Shades of Cold Purple #A787CA
Tints of Cold Purple #A787CA
RGB
CMYK
RGB Variations
Color information
#A787CA (or 0xA787CA) is known color: Cold Purple. HEX triplet: A7, 87 and CA. RGB value is (167,135,202). Sum of RGB (Red+Green+Blue) = 167+135+202=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A787CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787CA is #587835. Grayscale: #979797. Windows color (decimal): -5797942 or 13272999. OLE color: 13272999.
HSL color Cylindrical-coordinate representation of color #A787CA: hue angle of 268.66º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A787CA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 135 | 202 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.21 |
| HSL | 268.66º | 0.39% | 0.66% | - |
| HSV(B) | 268.66º | 0.33% | 0.79% | - |
| XYZ | 35.26 | 29.81 | 59.77 | - |
| YUV | 152.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 202 | 0.17 | 0.33 | 0 | 0.21 | 268.66 | 0.39 | 0.66 |
| Hex | A7 | 87 | CA | 11 | 21 | 0 | 15 | 10D | 27 | 42 |
| Octal | 247 | 207 | 312 | 21 | 41 | 0 | 25 | 415 | 47 | 102 |
| Binary | 10100111 | 10000111 | 11001010 | 10001 | 100001 | 0 | 10101 | 100001101 | 100111 | 1000010 |
Color Harmonies of #A787CA
Complementary color
Monochromatic Colors of #A787CA
Black with #A787CA
Text Example
Text Example
White with #A787CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A787CA; }
p { color: rgb(167,135,202); }
H1.HeaderClassName
{
color: #A787CA;
}
.AnyTagClassName
{
color: #A787CA;
}
</style>
background-color css
<style>
a { background-color: #A787CA; }
a { background-color: rgb(167,135,202); }
div.DivClassName
{
background-color: #A787CA;
}
.BgClassName
{
background-color: #A787CA;
}
</style>
border-color css
<style>
span { border-color: #A787CA; }
span { border-color: rgb(167,135,202); }
td.TdClassName
{
border-color: #A787CA;
}
.TagClassName
{
border-color: #A787CA;
}
</style>