#CA5AA3

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

Shades of Mulberry #CA5AA3

Tints of Mulberry #CA5AA3

Color information

#CA5AA3 (or 0xCA5AA3) is unknown color: approx Mulberry. HEX triplet: CA, 5A and A3. RGB value is (202,90,163). Sum of RGB (Red+Green+Blue) = 202+90+163=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA3 is #35A55C. Grayscale: #838383. Windows color (decimal): -3515741 or 10705610. OLE color: 10705610.

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

Color convert

RGB20290163-
CMYK00.550.190.21
HSL320.89º51.38%57.25%-
HSV(B)320.89º55.45%79.22%-
XYZ34.6222.5137.17-
YUV131.81145.61178.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=44.40%
G=19.78%
B=35.82%

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
Decimal2029016300.550.190.21320.8951.3857.25
HexCA5AA303713151413339
Octal31213224306723255016371
Binary1100101010110101010001101101111001110101101000001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AA3; }

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

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

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

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

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

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

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

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