#CA51A0

Color #CA51A0 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA51A0

Tints of Mulberry #CA51A0

Color information

#CA51A0 (or 0xCA51A0) is unknown color: approx Mulberry. HEX triplet: CA, 51 and A0. RGB value is (202,81,160). Sum of RGB (Red+Green+Blue) = 202+81+160=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A0 is #35AE5F. Grayscale: #7D7D7D. Windows color (decimal): -3518048 or 10506698. OLE color: 10506698.

HSL color Cylindrical-coordinate representation of color #CA51A0: hue angle of 320.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51A0 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB20281160-
CMYK00.600.210.21
HSL320.83º53.3%55.49%-
HSV(B)320.83º59.9%79.22%-
XYZ33.6420.9835.53-
YUV126.18147.09182.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=45.60%
G=18.28%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028116000.600.210.21320.8353.355.49
HexCA51A003C15151413537
Octal31212124007425255016567
Binary1100101010100011010000001111001010110101101000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51A0; }

 p { color: rgb(202,81,160); }

 H1.HeaderClassName
 {
   color: #CA51A0;
 }
 .AnyTagClassName
 {
   color: #CA51A0;
 }
</style>
background-color css

<style>
 a { background-color: #CA51A0; }

 a { background-color: rgb(202,81,160); }

 div.DivClassName
 {
   background-color: #CA51A0;
 }
 .BgClassName
 {
   background-color: #CA51A0;
 }
</style>
border-color css

<style>
 span { border-color: #CA51A0; }

 span { border-color: rgb(202,81,160); }

 td.TdClassName
 {
   border-color: #CA51A0;
 }
 .TagClassName
 {
   border-color: #CA51A0;
 }
</style>