#CD5AA4

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

Shades of Mulberry #CD5AA4

Tints of Mulberry #CD5AA4

Color information

#CD5AA4 (or 0xCD5AA4) is unknown color: approx Mulberry. HEX triplet: CD, 5A and A4. RGB value is (205,90,164). Sum of RGB (Red+Green+Blue) = 205+90+164=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5AA4 is #32A55B. Grayscale: #848484. Windows color (decimal): -3319132 or 10771149. OLE color: 10771149.

HSL color Cylindrical-coordinate representation of color #CD5AA4: hue angle of 321.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5AA4 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB20590164-
CMYK00.560.20.20
HSL321.39º53.49%57.84%-
HSV(B)321.39º56.1%80.39%-
XYZ35.5322.9737.68-
YUV132.82145.6179.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=44.66%
G=19.61%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059016400.560.20.20321.3953.4957.84
HexCD5AA40381414141353a
Octal31513224407024245016572
Binary1100110110110101010010001110001010010100101000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AA4; }

 p { color: rgb(205,90,164); }

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

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

 a { background-color: rgb(205,90,164); }

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

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

 span { border-color: rgb(205,90,164); }

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