Shades of Hopbush #C575AA
Tints of Hopbush #C575AA
RGB
CMYK
RGB Variations
Color information
#C575AA (or 0xC575AA) is known color: Hopbush. HEX triplet: C5, 75 and AA. RGB value is (197,117,170). Sum of RGB (Red+Green+Blue) = 197+117+170=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AA is #3A8A55. Grayscale: #929292. Windows color (decimal): -3836502 or 11171269. OLE color: 11171269.
HSL color Cylindrical-coordinate representation of color #C575AA: hue angle of 320.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575AA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 170 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.23 |
| HSL | 320.25º | 0.41% | 0.62% | - |
| HSV(B) | 320.25º | 0.41% | 0.77% | - |
| XYZ | 36.64 | 27.5 | 41.41 | - |
| YUV | 146.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 170 | 0 | 0.41 | 0.14 | 0.23 | 320.25 | 0.41 | 0.62 |
| Hex | C5 | 75 | AA | 0 | 29 | E | 17 | 140 | 29 | 3E |
| Octal | 305 | 165 | 252 | 0 | 51 | 16 | 27 | 500 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10101010 | 0 | 101001 | 1110 | 10111 | 101000000 | 101001 | 111110 |
Color Harmonies of #C575AA
Complementary color
Monochromatic Colors of #C575AA
Black with #C575AA
Text Example
Text Example
White with #C575AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575AA; }
p { color: rgb(197,117,170); }
H1.HeaderClassName
{
color: #C575AA;
}
.AnyTagClassName
{
color: #C575AA;
}
</style>
background-color css
<style>
a { background-color: #C575AA; }
a { background-color: rgb(197,117,170); }
div.DivClassName
{
background-color: #C575AA;
}
.BgClassName
{
background-color: #C575AA;
}
</style>
border-color css
<style>
span { border-color: #C575AA; }
span { border-color: rgb(197,117,170); }
td.TdClassName
{
border-color: #C575AA;
}
.TagClassName
{
border-color: #C575AA;
}
</style>