Shades of Hopbush #C170A7
Tints of Hopbush #C170A7
RGB
CMYK
RGB Variations
Color information
#C170A7 (or 0xC170A7) is known color: Hopbush. HEX triplet: C1, 70 and A7. RGB value is (193,112,167). Sum of RGB (Red+Green+Blue) = 193+112+167=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C170A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170A7 is #3E8F58. Grayscale: #8E8E8E. Windows color (decimal): -4099929 or 10973377. OLE color: 10973377.
HSL color Cylindrical-coordinate representation of color #C170A7: hue angle of 319.26º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C170A7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 167 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.24 |
| HSL | 319.26º | 0.4% | 0.6% | - |
| HSV(B) | 319.26º | 0.42% | 0.76% | - |
| XYZ | 34.76 | 25.72 | 39.69 | - |
| YUV | 142.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 167 | 0 | 0.42 | 0.13 | 0.24 | 319.26 | 0.4 | 0.6 |
| Hex | C1 | 70 | A7 | 0 | 2A | D | 18 | 13F | 28 | 3C |
| Octal | 301 | 160 | 247 | 0 | 52 | 15 | 30 | 477 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10100111 | 0 | 101010 | 1101 | 11000 | 100111111 | 101000 | 111100 |
Color Harmonies of #C170A7
Complementary color
Monochromatic Colors of #C170A7
Black with #C170A7
Text Example
Text Example
White with #C170A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170A7; }
p { color: rgb(193,112,167); }
H1.HeaderClassName
{
color: #C170A7;
}
.AnyTagClassName
{
color: #C170A7;
}
</style>
background-color css
<style>
a { background-color: #C170A7; }
a { background-color: rgb(193,112,167); }
div.DivClassName
{
background-color: #C170A7;
}
.BgClassName
{
background-color: #C170A7;
}
</style>
border-color css
<style>
span { border-color: #C170A7; }
span { border-color: rgb(193,112,167); }
td.TdClassName
{
border-color: #C170A7;
}
.TagClassName
{
border-color: #C170A7;
}
</style>