#CA47A7

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

Shades of Mulberry #CA47A7

Tints of Mulberry #CA47A7

Color information

#CA47A7 (or 0xCA47A7) is unknown color: approx Mulberry. HEX triplet: CA, 47 and A7. RGB value is (202,71,167). Sum of RGB (Red+Green+Blue) = 202+71+167=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47A7 is #35B858. Grayscale: #787878. Windows color (decimal): -3520601 or 10962890. OLE color: 10962890.

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

Color convert

RGB20271167-
CMYK00.650.170.21
HSL316.03º55.27%53.53%-
HSV(B)316.03º64.85%79.22%-
XYZ33.5919.8538.62-
YUV121.11153.9185.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=45.91%
G=16.14%
B=37.95%

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
Decimal2027116700.650.170.21316.0355.2753.53
HexCA47A7041111513c3736
Octal312107247010121254746766
Binary11001010100011110100111010000011000110101100111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47A7; }

 p { color: rgb(202,71,167); }

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

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

 a { background-color: rgb(202,71,167); }

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

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

 span { border-color: rgb(202,71,167); }

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