Shades of Cold Purple #A78DC9
Tints of Cold Purple #A78DC9
RGB
CMYK
RGB Variations
Color information
#A78DC9 (or 0xA78DC9) is known color: Cold Purple. HEX triplet: A7, 8D and C9. RGB value is (167,141,201). Sum of RGB (Red+Green+Blue) = 167+141+201=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #A78DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DC9 is #587236. Grayscale: #9B9B9B. Windows color (decimal): -5796407 or 13208999. OLE color: 13208999.
HSL color Cylindrical-coordinate representation of color #A78DC9: hue angle of 266º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78DC9 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 141 | 201 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.21 |
| HSL | 266º | 0.36% | 0.67% | - |
| HSV(B) | 266º | 0.3% | 0.79% | - |
| XYZ | 36 | 31.48 | 59.44 | - |
| YUV | 155.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 201 | 0.17 | 0.30 | 0 | 0.21 | 266 | 0.36 | 0.67 |
| Hex | A7 | 8D | C9 | 11 | 1E | 0 | 15 | 10A | 24 | 43 |
| Octal | 247 | 215 | 311 | 21 | 36 | 0 | 25 | 412 | 44 | 103 |
| Binary | 10100111 | 10001101 | 11001001 | 10001 | 11110 | 0 | 10101 | 100001010 | 100100 | 1000011 |
Color Harmonies of #A78DC9
Complementary color
Monochromatic Colors of #A78DC9
Black with #A78DC9
Text Example
Text Example
White with #A78DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DC9; }
p { color: rgb(167,141,201); }
H1.HeaderClassName
{
color: #A78DC9;
}
.AnyTagClassName
{
color: #A78DC9;
}
</style>
background-color css
<style>
a { background-color: #A78DC9; }
a { background-color: rgb(167,141,201); }
div.DivClassName
{
background-color: #A78DC9;
}
.BgClassName
{
background-color: #A78DC9;
}
</style>
border-color css
<style>
span { border-color: #A78DC9; }
span { border-color: rgb(167,141,201); }
td.TdClassName
{
border-color: #A78DC9;
}
.TagClassName
{
border-color: #A78DC9;
}
</style>