#CA5AA9

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

Shades of Mulberry #CA5AA9

Tints of Mulberry #CA5AA9

Color information

#CA5AA9 (or 0xCA5AA9) is unknown color: approx Mulberry. HEX triplet: CA, 5A and A9. RGB value is (202,90,169). Sum of RGB (Red+Green+Blue) = 202+90+169=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA9 is #35A556. Grayscale: #848484. Windows color (decimal): -3515735 or 11098826. OLE color: 11098826.

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

Color convert

RGB20290169-
CMYK00.550.160.21
HSL317.68º51.38%57.25%-
HSV(B)317.68º55.45%79.22%-
XYZ35.1722.7340.07-
YUV132.49148.61177.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=43.82%
G=19.52%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029016900.550.160.21317.6851.3857.25
HexCA5AA9037101513e3339
Octal31213225106720254766371
Binary1100101010110101010100101101111000010101100111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AA9; }

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

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

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

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

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

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

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

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