#CA36AA

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

Shades of Mulberry #CA36AA

Tints of Mulberry #CA36AA

Color information

#CA36AA (or 0xCA36AA) is unknown color: approx Mulberry. HEX triplet: CA, 36 and AA. RGB value is (202,54,170). Sum of RGB (Red+Green+Blue) = 202+54+170=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36AA is #35C955. Grayscale: #6F6F6F. Windows color (decimal): -3524950 or 11155146. OLE color: 11155146.

HSL color Cylindrical-coordinate representation of color #CA36AA: hue angle of 312.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA36AA is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20254170-
CMYK00.730.160.21
HSL312.97º58.27%50.2%-
HSV(B)312.97º73.27%79.22%-
XYZ32.9318.139.79-
YUV111.48161.03192.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=47.42%
G=12.68%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025417000.730.160.21312.9758.2750.2
HexCA36AA04910151393a32
Octal31266252011120254717262
Binary1100101011011010101010010010011000010101100111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36AA; }

 p { color: rgb(202,54,170); }

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

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

 a { background-color: rgb(202,54,170); }

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

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

 span { border-color: rgb(202,54,170); }

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