Shades of Hopbush #CA62AA
Tints of Hopbush #CA62AA
RGB
CMYK
RGB Variations
Color information
#CA62AA (or 0xCA62AA) is known color: Hopbush. HEX triplet: CA, 62 and AA. RGB value is (202,98,170). Sum of RGB (Red+Green+Blue) = 202+98+170=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA62AA is #359D55. Grayscale: #898989. Windows color (decimal): -3513686 or 11166410. OLE color: 11166410.
HSL color Cylindrical-coordinate representation of color #CA62AA: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA62AA is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 170 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.21 |
| HSL | 318.46º | 0.5% | 0.59% | - |
| HSV(B) | 318.46º | 0.51% | 0.79% | - |
| XYZ | 35.98 | 24.19 | 40.8 | - |
| YUV | 137.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 170 | 0 | 0.51 | 0.16 | 0.21 | 318.46 | 0.5 | 0.59 |
| Hex | CA | 62 | AA | 0 | 33 | 10 | 15 | 13E | 32 | 3B |
| Octal | 312 | 142 | 252 | 0 | 63 | 20 | 25 | 476 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10101010 | 0 | 110011 | 10000 | 10101 | 100111110 | 110010 | 111011 |
Color Harmonies of #CA62AA
Complementary color
Monochromatic Colors of #CA62AA
Black with #CA62AA
Text Example
Text Example
White with #CA62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62AA; }
p { color: rgb(202,98,170); }
H1.HeaderClassName
{
color: #CA62AA;
}
.AnyTagClassName
{
color: #CA62AA;
}
</style>
background-color css
<style>
a { background-color: #CA62AA; }
a { background-color: rgb(202,98,170); }
div.DivClassName
{
background-color: #CA62AA;
}
.BgClassName
{
background-color: #CA62AA;
}
</style>
border-color css
<style>
span { border-color: #CA62AA; }
span { border-color: rgb(202,98,170); }
td.TdClassName
{
border-color: #CA62AA;
}
.TagClassName
{
border-color: #CA62AA;
}
</style>