#CA4AA8

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

Shades of Mulberry #CA4AA8

Tints of Mulberry #CA4AA8

Color information

#CA4AA8 (or 0xCA4AA8) is unknown color: approx Mulberry. HEX triplet: CA, 4A and A8. RGB value is (202,74,168). Sum of RGB (Red+Green+Blue) = 202+74+168=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA8 is #35B557. Grayscale: #7A7A7A. Windows color (decimal): -3519832 or 11029194. OLE color: 11029194.

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

Color convert

RGB20274168-
CMYK00.630.170.21
HSL315.94º54.7%54.12%-
HSV(B)315.94º63.37%79.22%-
XYZ33.8720.2839.18-
YUV122.99153.41184.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=45.50%
G=16.67%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027416800.630.170.21315.9454.754.12
HexCA4AA803F111513c3736
Octal31211225007721254746766
Binary1100101010010101010100001111111000110101100111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AA8; }

 p { color: rgb(202,74,168); }

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

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

 a { background-color: rgb(202,74,168); }

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

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

 span { border-color: rgb(202,74,168); }

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