#CA46A8

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

Shades of Mulberry #CA46A8

Tints of Mulberry #CA46A8

Color information

#CA46A8 (or 0xCA46A8) is unknown color: approx Mulberry. HEX triplet: CA, 46 and A8. RGB value is (202,70,168). Sum of RGB (Red+Green+Blue) = 202+70+168=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46A8 is #35B957. Grayscale: #787878. Windows color (decimal): -3520856 or 11028170. OLE color: 11028170.

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

Color convert

RGB20270168-
CMYK00.650.170.21
HSL315.45º55.46%53.33%-
HSV(B)315.45º65.35%79.22%-
XYZ33.6219.7639.09-
YUV120.64154.73186.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=45.91%
G=15.91%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027016800.650.170.21315.4555.4653.33
HexCA46A8041111513b3735
Octal312106250010121254736765
Binary11001010100011010101000010000011000110101100111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46A8; }

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

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

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

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

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

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

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

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