Shades of Cold Purple #A788C9
Tints of Cold Purple #A788C9
RGB
CMYK
RGB Variations
Color information
#A788C9 (or 0xA788C9) is known color: Cold Purple. HEX triplet: A7, 88 and C9. RGB value is (167,136,201). Sum of RGB (Red+Green+Blue) = 167+136+201=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #A788C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788C9 is #587736. Grayscale: #989898. Windows color (decimal): -5797687 or 13207719. OLE color: 13207719.
HSL color Cylindrical-coordinate representation of color #A788C9: hue angle of 268.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A788C9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 136 | 201 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.21 |
| HSL | 268.62º | 0.38% | 0.66% | - |
| HSV(B) | 268.62º | 0.32% | 0.79% | - |
| XYZ | 35.28 | 30.04 | 59.2 | - |
| YUV | 152.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 201 | 0.17 | 0.32 | 0 | 0.21 | 268.62 | 0.38 | 0.66 |
| Hex | A7 | 88 | C9 | 11 | 20 | 0 | 15 | 10D | 26 | 42 |
| Octal | 247 | 210 | 311 | 21 | 40 | 0 | 25 | 415 | 46 | 102 |
| Binary | 10100111 | 10001000 | 11001001 | 10001 | 100000 | 0 | 10101 | 100001101 | 100110 | 1000010 |
Color Harmonies of #A788C9
Complementary color
Monochromatic Colors of #A788C9
Black with #A788C9
Text Example
Text Example
White with #A788C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788C9; }
p { color: rgb(167,136,201); }
H1.HeaderClassName
{
color: #A788C9;
}
.AnyTagClassName
{
color: #A788C9;
}
</style>
background-color css
<style>
a { background-color: #A788C9; }
a { background-color: rgb(167,136,201); }
div.DivClassName
{
background-color: #A788C9;
}
.BgClassName
{
background-color: #A788C9;
}
</style>
border-color css
<style>
span { border-color: #A788C9; }
span { border-color: rgb(167,136,201); }
td.TdClassName
{
border-color: #A788C9;
}
.TagClassName
{
border-color: #A788C9;
}
</style>