#AF5590

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

Shades of Mulberry #AF5590

Tints of Mulberry #AF5590

Color information

#AF5590 (or 0xAF5590) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 90. RGB value is (175,85,144). Sum of RGB (Red+Green+Blue) = 175+85+144=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5590 is #50AA6F. Grayscale: #767676. Windows color (decimal): -5286512 or 9459119. OLE color: 9459119.

HSL color Cylindrical-coordinate representation of color #AF5590: hue angle of 320.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5590 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17585144-
CMYK00.510.180.31
HSL320.67º36%50.98%-
HSV(B)320.67º51.43%68.63%-
XYZ25.9617.6228.42-
YUV118.64142.32168.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=43.32%
G=21.04%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758514400.510.180.31320.673650.98
HexAF5590033121F1412433
Octal25712522006322375014463
Binary1010111110101011001000001100111001011111101000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5590; }

 p { color: rgb(175,85,144); }

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

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

 a { background-color: rgb(175,85,144); }

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

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

 span { border-color: rgb(175,85,144); }

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