#CA4AA4

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

Shades of Mulberry #CA4AA4

Tints of Mulberry #CA4AA4

Color information

#CA4AA4 (or 0xCA4AA4) is unknown color: approx Mulberry. HEX triplet: CA, 4A and A4. RGB value is (202,74,164). Sum of RGB (Red+Green+Blue) = 202+74+164=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA4 is #35B55B. Grayscale: #7A7A7A. Windows color (decimal): -3519836 or 10767050. OLE color: 10767050.

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

Color convert

RGB20274164-
CMYK00.630.190.21
HSL317.81º54.7%54.12%-
HSV(B)317.81º63.37%79.22%-
XYZ33.5120.1337.24-
YUV122.53151.41184.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=45.91%
G=16.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027416400.630.190.21317.8154.754.12
HexCA4AA403F131513e3736
Octal31211224407723254766766
Binary1100101010010101010010001111111001110101100111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AA4; }

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

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

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

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

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

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

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

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