#ca57a9

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

Shades of Mulberry #CA57A9

Tints of Mulberry #CA57A9

Color information

#CA57A9 (or 0xCA57A9) is unknown color: approx Mulberry. HEX triplet: CA, 57 and A9. RGB value is (202,87,169). Sum of RGB (Red+Green+Blue) = 202+87+169=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A9 is #35A856. Grayscale: #828282. Windows color (decimal): -3516503 or 11098058. OLE color: 11098058.

HSL color Cylindrical-coordinate representation of color #CA57A9: hue angle of 317.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57A9 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20287169-
CMYK00.570.160.21
HSL317.22º52.04%56.67%-
HSV(B)317.22º56.93%79.22%-
XYZ34.9322.2439.99-
YUV130.73149.6178.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=44.10%
G=19.00%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028716900.570.160.21317.2252.0456.67
HexCA57A9039101513d3439
Octal31212725107120254756471
Binary1100101010101111010100101110011000010101100111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca57a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca57a9; }

 p { color: rgb(202,87,169); }

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

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

 a { background-color: rgb(202,87,169); }

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

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

 span { border-color: rgb(202,87,169); }

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