Shades of Mulberry #CA57A4
Tints of Mulberry #CA57A4
RGB
CMYK
RGB Variations
Color information
#CA57A4 (or 0xCA57A4) is known color: Mulberry. HEX triplet: CA, 57 and A4. RGB value is (202,87,164). Sum of RGB (Red+Green+Blue) = 202+87+164=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A4 is #35A85B. Grayscale: #818181. Windows color (decimal): -3516508 or 10770378. OLE color: 10770378.
HSL color Cylindrical-coordinate representation of color #CA57A4: hue angle of 319.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57A4 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 164 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.21 |
| HSL | 319.83º | 0.52% | 0.57% | - |
| HSV(B) | 319.83º | 0.57% | 0.79% | - |
| XYZ | 34.47 | 22.05 | 37.56 | - |
| YUV | 130.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 164 | 0 | 0.57 | 0.19 | 0.21 | 319.83 | 0.52 | 0.57 |
| Hex | CA | 57 | A4 | 0 | 39 | 13 | 15 | 140 | 34 | 39 |
| Octal | 312 | 127 | 244 | 0 | 71 | 23 | 25 | 500 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10100100 | 0 | 111001 | 10011 | 10101 | 101000000 | 110100 | 111001 |
Color Harmonies of #CA57A4
Complementary color
Monochromatic Colors of #CA57A4
Black with #CA57A4
Text Example
Text Example
White with #CA57A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57A4; }
p { color: rgb(202,87,164); }
H1.HeaderClassName
{
color: #CA57A4;
}
.AnyTagClassName
{
color: #CA57A4;
}
</style>
background-color css
<style>
a { background-color: #CA57A4; }
a { background-color: rgb(202,87,164); }
div.DivClassName
{
background-color: #CA57A4;
}
.BgClassName
{
background-color: #CA57A4;
}
</style>
border-color css
<style>
span { border-color: #CA57A4; }
span { border-color: rgb(202,87,164); }
td.TdClassName
{
border-color: #CA57A4;
}
.TagClassName
{
border-color: #CA57A4;
}
</style>