#CA51A5

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

Shades of Mulberry #CA51A5

Tints of Mulberry #CA51A5

Color information

#CA51A5 (or 0xCA51A5) is unknown color: approx Mulberry. HEX triplet: CA, 51 and A5. RGB value is (202,81,165). Sum of RGB (Red+Green+Blue) = 202+81+165=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A5 is #35AE5A. Grayscale: #7E7E7E. Windows color (decimal): -3518043 or 10834378. OLE color: 10834378.

HSL color Cylindrical-coordinate representation of color #CA51A5: hue angle of 318.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51A5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20281165-
CMYK00.600.180.21
HSL318.35º53.3%55.49%-
HSV(B)318.35º59.9%79.22%-
XYZ34.0921.1637.88-
YUV126.76149.59181.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=45.09%
G=18.08%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028116500.600.180.21318.3553.355.49
HexCA51A503C121513e3537
Octal31212124507422254766567
Binary1100101010100011010010101111001001010101100111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51A5; }

 p { color: rgb(202,81,165); }

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

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

 a { background-color: rgb(202,81,165); }

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

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

 span { border-color: rgb(202,81,165); }

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