Shades of Hopbush #C471AA
Tints of Hopbush #C471AA
RGB
CMYK
RGB Variations
Color information
#C471AA (or 0xC471AA) is known color: Hopbush. HEX triplet: C4, 71 and AA. RGB value is (196,113,170). Sum of RGB (Red+Green+Blue) = 196+113+170=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C471AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471AA is #3B8E55. Grayscale: #909090. Windows color (decimal): -3903062 or 11170244. OLE color: 11170244.
HSL color Cylindrical-coordinate representation of color #C471AA: hue angle of 318.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471AA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 170 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.23 |
| HSL | 318.8º | 0.41% | 0.61% | - |
| HSV(B) | 318.8º | 0.42% | 0.77% | - |
| XYZ | 35.93 | 26.45 | 41.24 | - |
| YUV | 144.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 170 | 0 | 0.42 | 0.13 | 0.23 | 318.8 | 0.41 | 0.61 |
| Hex | C4 | 71 | AA | 0 | 2A | D | 17 | 13F | 29 | 3D |
| Octal | 304 | 161 | 252 | 0 | 52 | 15 | 27 | 477 | 51 | 75 |
| Binary | 11000100 | 1110001 | 10101010 | 0 | 101010 | 1101 | 10111 | 100111111 | 101001 | 111101 |
Color Harmonies of #C471AA
Complementary color
Monochromatic Colors of #C471AA
Black with #C471AA
Text Example
Text Example
White with #C471AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471AA; }
p { color: rgb(196,113,170); }
H1.HeaderClassName
{
color: #C471AA;
}
.AnyTagClassName
{
color: #C471AA;
}
</style>
background-color css
<style>
a { background-color: #C471AA; }
a { background-color: rgb(196,113,170); }
div.DivClassName
{
background-color: #C471AA;
}
.BgClassName
{
background-color: #C471AA;
}
</style>
border-color css
<style>
span { border-color: #C471AA; }
span { border-color: rgb(196,113,170); }
td.TdClassName
{
border-color: #C471AA;
}
.TagClassName
{
border-color: #C471AA;
}
</style>