Shades of Cold Purple #A790C8
Tints of Cold Purple #A790C8
RGB
CMYK
RGB Variations
Color information
#A790C8 (or 0xA790C8) is known color: Cold Purple. HEX triplet: A7, 90 and C8. RGB value is (167,144,200). Sum of RGB (Red+Green+Blue) = 167+144+200=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #A790C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790C8 is #586F37. Grayscale: #9D9D9D. Windows color (decimal): -5795640 or 13144231. OLE color: 13144231.
HSL color Cylindrical-coordinate representation of color #A790C8: hue angle of 264.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A790C8 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 144 | 200 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.22 |
| HSL | 264.64º | 0.34% | 0.67% | - |
| HSV(B) | 264.64º | 0.28% | 0.78% | - |
| XYZ | 36.33 | 32.33 | 58.97 | - |
| YUV | 157.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 200 | 0.16 | 0.28 | 0 | 0.22 | 264.64 | 0.34 | 0.67 |
| Hex | A7 | 90 | C8 | 10 | 1C | 0 | 16 | 109 | 22 | 43 |
| Octal | 247 | 220 | 310 | 20 | 34 | 0 | 26 | 411 | 42 | 103 |
| Binary | 10100111 | 10010000 | 11001000 | 10000 | 11100 | 0 | 10110 | 100001001 | 100010 | 1000011 |
Color Harmonies of #A790C8
Complementary color
Monochromatic Colors of #A790C8
Black with #A790C8
Text Example
Text Example
White with #A790C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A790C8; }
p { color: rgb(167,144,200); }
H1.HeaderClassName
{
color: #A790C8;
}
.AnyTagClassName
{
color: #A790C8;
}
</style>
background-color css
<style>
a { background-color: #A790C8; }
a { background-color: rgb(167,144,200); }
div.DivClassName
{
background-color: #A790C8;
}
.BgClassName
{
background-color: #A790C8;
}
</style>
border-color css
<style>
span { border-color: #A790C8; }
span { border-color: rgb(167,144,200); }
td.TdClassName
{
border-color: #A790C8;
}
.TagClassName
{
border-color: #A790C8;
}
</style>