Shades of Hopbush #CA71AA
Tints of Hopbush #CA71AA
RGB
CMYK
RGB Variations
Color information
#CA71AA (or 0xCA71AA) is known color: Hopbush. HEX triplet: CA, 71 and AA. RGB value is (202,113,170). Sum of RGB (Red+Green+Blue) = 202+113+170=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71AA is #358E55. Grayscale: #919191. Windows color (decimal): -3509846 or 11170250. OLE color: 11170250.
HSL color Cylindrical-coordinate representation of color #CA71AA: hue angle of 321.57º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71AA is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 170 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.21 |
| HSL | 321.57º | 0.46% | 0.62% | - |
| HSV(B) | 321.57º | 0.44% | 0.79% | - |
| XYZ | 37.52 | 27.27 | 41.32 | - |
| YUV | 146.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 170 | 0 | 0.44 | 0.16 | 0.21 | 321.57 | 0.46 | 0.62 |
| Hex | CA | 71 | AA | 0 | 2C | 10 | 15 | 142 | 2E | 3E |
| Octal | 312 | 161 | 252 | 0 | 54 | 20 | 25 | 502 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10101010 | 0 | 101100 | 10000 | 10101 | 101000010 | 101110 | 111110 |
Color Harmonies of #CA71AA
Complementary color
Monochromatic Colors of #CA71AA
Black with #CA71AA
Text Example
Text Example
White with #CA71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71AA; }
p { color: rgb(202,113,170); }
H1.HeaderClassName
{
color: #CA71AA;
}
.AnyTagClassName
{
color: #CA71AA;
}
</style>
background-color css
<style>
a { background-color: #CA71AA; }
a { background-color: rgb(202,113,170); }
div.DivClassName
{
background-color: #CA71AA;
}
.BgClassName
{
background-color: #CA71AA;
}
</style>
border-color css
<style>
span { border-color: #CA71AA; }
span { border-color: rgb(202,113,170); }
td.TdClassName
{
border-color: #CA71AA;
}
.TagClassName
{
border-color: #CA71AA;
}
</style>