Shades of Hopbush #CA5FA4
Tints of Hopbush #CA5FA4
RGB
CMYK
RGB Variations
Color information
#CA5FA4 (or 0xCA5FA4) is known color: Hopbush. HEX triplet: CA, 5F and A4. RGB value is (202,95,164). Sum of RGB (Red+Green+Blue) = 202+95+164=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5FA4 is #35A05B. Grayscale: #868686. Windows color (decimal): -3514460 or 10772426. OLE color: 10772426.
HSL color Cylindrical-coordinate representation of color #CA5FA4: hue angle of 321.31º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5FA4 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 164 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.21 |
| HSL | 321.31º | 0.5% | 0.58% | - |
| HSV(B) | 321.31º | 0.53% | 0.79% | - |
| XYZ | 35.15 | 23.42 | 37.79 | - |
| YUV | 134.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 164 | 0 | 0.53 | 0.19 | 0.21 | 321.31 | 0.5 | 0.58 |
| Hex | CA | 5F | A4 | 0 | 35 | 13 | 15 | 141 | 32 | 3A |
| Octal | 312 | 137 | 244 | 0 | 65 | 23 | 25 | 501 | 62 | 72 |
| Binary | 11001010 | 1011111 | 10100100 | 0 | 110101 | 10011 | 10101 | 101000001 | 110010 | 111010 |
Color Harmonies of #CA5FA4
Complementary color
Monochromatic Colors of #CA5FA4
Black with #CA5FA4
Text Example
Text Example
White with #CA5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FA4; }
p { color: rgb(202,95,164); }
H1.HeaderClassName
{
color: #CA5FA4;
}
.AnyTagClassName
{
color: #CA5FA4;
}
</style>
background-color css
<style>
a { background-color: #CA5FA4; }
a { background-color: rgb(202,95,164); }
div.DivClassName
{
background-color: #CA5FA4;
}
.BgClassName
{
background-color: #CA5FA4;
}
</style>
border-color css
<style>
span { border-color: #CA5FA4; }
span { border-color: rgb(202,95,164); }
td.TdClassName
{
border-color: #CA5FA4;
}
.TagClassName
{
border-color: #CA5FA4;
}
</style>