#CA53A3

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

Shades of Mulberry #CA53A3

Tints of Mulberry #CA53A3

Color information

#CA53A3 (or 0xCA53A3) is unknown color: approx Mulberry. HEX triplet: CA, 53 and A3. RGB value is (202,83,163). Sum of RGB (Red+Green+Blue) = 202+83+163=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A3 is #35AC5C. Grayscale: #7F7F7F. Windows color (decimal): -3517533 or 10703818. OLE color: 10703818.

HSL color Cylindrical-coordinate representation of color #CA53A3: hue angle of 319.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 #CA53A3 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB20283163-
CMYK00.590.190.21
HSL319.66º52.89%55.88%-
HSV(B)319.66º58.91%79.22%-
XYZ34.0621.3936.98-
YUV127.7147.92181-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=45.09%
G=18.53%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028316300.590.190.21319.6652.8955.88
HexCA53A303B13151403538
Octal31212324307323255006570
Binary1100101010100111010001101110111001110101101000000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53A3; }

 p { color: rgb(202,83,163); }

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

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

 a { background-color: rgb(202,83,163); }

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

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

 span { border-color: rgb(202,83,163); }

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