Shades of Cold Purple #A78DC6
Tints of Cold Purple #A78DC6
RGB
CMYK
RGB Variations
Color information
#A78DC6 (or 0xA78DC6) is known color: Cold Purple. HEX triplet: A7, 8D and C6. RGB value is (167,141,198). Sum of RGB (Red+Green+Blue) = 167+141+198=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #A78DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DC6 is #587239. Grayscale: #9B9B9B. Windows color (decimal): -5796410 or 13012391. OLE color: 13012391.
HSL color Cylindrical-coordinate representation of color #A78DC6: hue angle of 267.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78DC6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 141 | 198 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.22 |
| HSL | 267.37º | 0.33% | 0.66% | - |
| HSV(B) | 267.37º | 0.29% | 0.78% | - |
| XYZ | 35.65 | 31.34 | 57.6 | - |
| YUV | 155.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 198 | 0.16 | 0.29 | 0 | 0.22 | 267.37 | 0.33 | 0.66 |
| Hex | A7 | 8D | C6 | 10 | 1D | 0 | 16 | 10B | 21 | 42 |
| Octal | 247 | 215 | 306 | 20 | 35 | 0 | 26 | 413 | 41 | 102 |
| Binary | 10100111 | 10001101 | 11000110 | 10000 | 11101 | 0 | 10110 | 100001011 | 100001 | 1000010 |
Color Harmonies of #A78DC6
Complementary color
Monochromatic Colors of #A78DC6
Black with #A78DC6
Text Example
Text Example
White with #A78DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DC6; }
p { color: rgb(167,141,198); }
H1.HeaderClassName
{
color: #A78DC6;
}
.AnyTagClassName
{
color: #A78DC6;
}
</style>
background-color css
<style>
a { background-color: #A78DC6; }
a { background-color: rgb(167,141,198); }
div.DivClassName
{
background-color: #A78DC6;
}
.BgClassName
{
background-color: #A78DC6;
}
</style>
border-color css
<style>
span { border-color: #A78DC6; }
span { border-color: rgb(167,141,198); }
td.TdClassName
{
border-color: #A78DC6;
}
.TagClassName
{
border-color: #A78DC6;
}
</style>