Shades of Hopbush #C47AA1
Tints of Hopbush #C47AA1
RGB
CMYK
RGB Variations
Color information
#C47AA1 (or 0xC47AA1) is known color: Hopbush. HEX triplet: C4, 7A and A1. RGB value is (196,122,161). Sum of RGB (Red+Green+Blue) = 196+122+161=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA1 is #3B855E. Grayscale: #949494. Windows color (decimal): -3900767 or 10582724. OLE color: 10582724.
HSL color Cylindrical-coordinate representation of color #C47AA1: hue angle of 328.38º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AA1 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 161 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.23 |
| HSL | 328.38º | 0.39% | 0.62% | - |
| HSV(B) | 328.38º | 0.38% | 0.77% | - |
| XYZ | 36.16 | 28.23 | 37.26 | - |
| YUV | 148.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 161 | 0 | 0.38 | 0.18 | 0.23 | 328.38 | 0.39 | 0.62 |
| Hex | C4 | 7A | A1 | 0 | 26 | 12 | 17 | 148 | 27 | 3E |
| Octal | 304 | 172 | 241 | 0 | 46 | 22 | 27 | 510 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10100001 | 0 | 100110 | 10010 | 10111 | 101001000 | 100111 | 111110 |
Color Harmonies of #C47AA1
Complementary color
Monochromatic Colors of #C47AA1
Black with #C47AA1
Text Example
Text Example
White with #C47AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AA1; }
p { color: rgb(196,122,161); }
H1.HeaderClassName
{
color: #C47AA1;
}
.AnyTagClassName
{
color: #C47AA1;
}
</style>
background-color css
<style>
a { background-color: #C47AA1; }
a { background-color: rgb(196,122,161); }
div.DivClassName
{
background-color: #C47AA1;
}
.BgClassName
{
background-color: #C47AA1;
}
</style>
border-color css
<style>
span { border-color: #C47AA1; }
span { border-color: rgb(196,122,161); }
td.TdClassName
{
border-color: #C47AA1;
}
.TagClassName
{
border-color: #C47AA1;
}
</style>