#CA5AA4

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

Shades of Mulberry #CA5AA4

Tints of Mulberry #CA5AA4

Color information

#CA5AA4 (or 0xCA5AA4) is unknown color: approx Mulberry. HEX triplet: CA, 5A and A4. RGB value is (202,90,164). Sum of RGB (Red+Green+Blue) = 202+90+164=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA4 is #35A55B. Grayscale: #838383. Windows color (decimal): -3515740 or 10771146. OLE color: 10771146.

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

Color convert

RGB20290164-
CMYK00.550.190.21
HSL320.36º51.38%57.25%-
HSV(B)320.36º55.45%79.22%-
XYZ34.7122.5537.64-
YUV131.92146.11177.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=44.30%
G=19.74%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029016400.550.190.21320.3651.3857.25
HexCA5AA403713151403339
Octal31213224406723255006371
Binary1100101010110101010010001101111001110101101000000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AA4; }

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

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

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

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

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

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

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

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