#CA43A4

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

Shades of Mulberry #CA43A4

Tints of Mulberry #CA43A4

Color information

#CA43A4 (or 0xCA43A4) is unknown color: approx Mulberry. HEX triplet: CA, 43 and A4. RGB value is (202,67,164). Sum of RGB (Red+Green+Blue) = 202+67+164=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43A4 is #35BC5B. Grayscale: #767676. Windows color (decimal): -3521628 or 10765258. OLE color: 10765258.

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

Color convert

RGB20267164-
CMYK00.670.190.21
HSL316.89º56.02%52.75%-
HSV(B)316.89º66.83%79.22%-
XYZ33.0719.2537.1-
YUV118.42153.73187.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=46.65%
G=15.47%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026716400.670.190.21316.8956.0252.75
HexCA43A4043131513d3835
Octal312103244010323254757065
Binary11001010100001110100100010000111001110101100111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43A4; }

 p { color: rgb(202,67,164); }

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

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

 a { background-color: rgb(202,67,164); }

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

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

 span { border-color: rgb(202,67,164); }

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