Shades of Hopbush #CA68AA
Tints of Hopbush #CA68AA
RGB
CMYK
RGB Variations
Color information
#CA68AA (or 0xCA68AA) is known color: Hopbush. HEX triplet: CA, 68 and AA. RGB value is (202,104,170). Sum of RGB (Red+Green+Blue) = 202+104+170=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68AA is #359755. Grayscale: #8C8C8C. Windows color (decimal): -3512150 or 11167946. OLE color: 11167946.
HSL color Cylindrical-coordinate representation of color #CA68AA: hue angle of 319.59º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68AA is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 170 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.21 |
| HSL | 319.59º | 0.48% | 0.6% | - |
| HSV(B) | 319.59º | 0.49% | 0.79% | - |
| XYZ | 36.56 | 25.36 | 41 | - |
| YUV | 140.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 170 | 0 | 0.49 | 0.16 | 0.21 | 319.59 | 0.48 | 0.6 |
| Hex | CA | 68 | AA | 0 | 31 | 10 | 15 | 140 | 30 | 3C |
| Octal | 312 | 150 | 252 | 0 | 61 | 20 | 25 | 500 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10101010 | 0 | 110001 | 10000 | 10101 | 101000000 | 110000 | 111100 |
Color Harmonies of #CA68AA
Complementary color
Monochromatic Colors of #CA68AA
Black with #CA68AA
Text Example
Text Example
White with #CA68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68AA; }
p { color: rgb(202,104,170); }
H1.HeaderClassName
{
color: #CA68AA;
}
.AnyTagClassName
{
color: #CA68AA;
}
</style>
background-color css
<style>
a { background-color: #CA68AA; }
a { background-color: rgb(202,104,170); }
div.DivClassName
{
background-color: #CA68AA;
}
.BgClassName
{
background-color: #CA68AA;
}
</style>
border-color css
<style>
span { border-color: #CA68AA; }
span { border-color: rgb(202,104,170); }
td.TdClassName
{
border-color: #CA68AA;
}
.TagClassName
{
border-color: #CA68AA;
}
</style>