Shades of Mulberry #CA53A5
Tints of Mulberry #CA53A5
RGB
CMYK
RGB Variations
Color information
#CA53A5 (or 0xCA53A5) is known color: Mulberry. HEX triplet: CA, 53 and A5. RGB value is (202,83,165). Sum of RGB (Red+Green+Blue) = 202+83+165=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A5 is #35AC5A. Grayscale: #7F7F7F. Windows color (decimal): -3517531 or 10834890. OLE color: 10834890.
HSL color Cylindrical-coordinate representation of color #CA53A5: hue angle of 318.66º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53A5 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 165 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.21 |
| HSL | 318.66º | 0.53% | 0.56% | - |
| HSV(B) | 318.66º | 0.59% | 0.79% | - |
| XYZ | 34.24 | 21.46 | 37.93 | - |
| YUV | 127.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 165 | 0 | 0.59 | 0.18 | 0.21 | 318.66 | 0.53 | 0.56 |
| Hex | CA | 53 | A5 | 0 | 3B | 12 | 15 | 13F | 35 | 38 |
| Octal | 312 | 123 | 245 | 0 | 73 | 22 | 25 | 477 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10100101 | 0 | 111011 | 10010 | 10101 | 100111111 | 110101 | 111000 |
Color Harmonies of #CA53A5
Complementary color
Monochromatic Colors of #CA53A5
Black with #CA53A5
Text Example
Text Example
White with #CA53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53A5; }
p { color: rgb(202,83,165); }
H1.HeaderClassName
{
color: #CA53A5;
}
.AnyTagClassName
{
color: #CA53A5;
}
</style>
background-color css
<style>
a { background-color: #CA53A5; }
a { background-color: rgb(202,83,165); }
div.DivClassName
{
background-color: #CA53A5;
}
.BgClassName
{
background-color: #CA53A5;
}
</style>
border-color css
<style>
span { border-color: #CA53A5; }
span { border-color: rgb(202,83,165); }
td.TdClassName
{
border-color: #CA53A5;
}
.TagClassName
{
border-color: #CA53A5;
}
</style>