Shades of Cold Purple #A788CA
Tints of Cold Purple #A788CA
RGB
CMYK
RGB Variations
Color information
#A788CA (or 0xA788CA) is known color: Cold Purple. HEX triplet: A7, 88 and CA. RGB value is (167,136,202). Sum of RGB (Red+Green+Blue) = 167+136+202=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A788CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CA is #587735. Grayscale: #989898. Windows color (decimal): -5797686 or 13273255. OLE color: 13273255.
HSL color Cylindrical-coordinate representation of color #A788CA: hue angle of 268.18º degrees, saturation: 0.38, 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 #A788CA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 136 | 202 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.21 |
| HSL | 268.18º | 0.38% | 0.66% | - |
| HSV(B) | 268.18º | 0.33% | 0.79% | - |
| XYZ | 35.4 | 30.09 | 59.82 | - |
| YUV | 152.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 202 | 0.17 | 0.33 | 0 | 0.21 | 268.18 | 0.38 | 0.66 |
| Hex | A7 | 88 | CA | 11 | 21 | 0 | 15 | 10C | 26 | 42 |
| Octal | 247 | 210 | 312 | 21 | 41 | 0 | 25 | 414 | 46 | 102 |
| Binary | 10100111 | 10001000 | 11001010 | 10001 | 100001 | 0 | 10101 | 100001100 | 100110 | 1000010 |
Color Harmonies of #A788CA
Complementary color
Monochromatic Colors of #A788CA
Black with #A788CA
Text Example
Text Example
White with #A788CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788CA; }
p { color: rgb(167,136,202); }
H1.HeaderClassName
{
color: #A788CA;
}
.AnyTagClassName
{
color: #A788CA;
}
</style>
background-color css
<style>
a { background-color: #A788CA; }
a { background-color: rgb(167,136,202); }
div.DivClassName
{
background-color: #A788CA;
}
.BgClassName
{
background-color: #A788CA;
}
</style>
border-color css
<style>
span { border-color: #A788CA; }
span { border-color: rgb(167,136,202); }
td.TdClassName
{
border-color: #A788CA;
}
.TagClassName
{
border-color: #A788CA;
}
</style>