#CA4AA1

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

Shades of Mulberry #CA4AA1

Tints of Mulberry #CA4AA1

Color information

#CA4AA1 (or 0xCA4AA1) is unknown color: approx Mulberry. HEX triplet: CA, 4A and A1. RGB value is (202,74,161). Sum of RGB (Red+Green+Blue) = 202+74+161=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA1 is #35B55E. Grayscale: #797979. Windows color (decimal): -3519839 or 10570442. OLE color: 10570442.

HSL color Cylindrical-coordinate representation of color #CA4AA1: hue angle of 319.22º 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 #CA4AA1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20274161-
CMYK00.630.200.21
HSL319.22º54.7%54.12%-
HSV(B)319.22º63.37%79.22%-
XYZ33.2420.0335.83-
YUV122.19149.91184.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=46.22%
G=16.93%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027416100.630.200.21319.2254.754.12
HexCA4AA103F141513f3736
Octal31211224107724254776766
Binary1100101010010101010000101111111010010101100111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AA1; }

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

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

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

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

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

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

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

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