#AF5586

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

Shades of Mulberry #AF5586

Tints of Mulberry #AF5586

Color information

#AF5586 (or 0xAF5586) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 86. RGB value is (175,85,134). Sum of RGB (Red+Green+Blue) = 175+85+134=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5586 is #50AA79. Grayscale: #757575. Windows color (decimal): -5286522 or 8803759. OLE color: 8803759.

HSL color Cylindrical-coordinate representation of color #AF5586: hue angle of 327.33º 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 #AF5586 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17585134-
CMYK00.510.230.31
HSL327.33º36%50.98%-
HSV(B)327.33º51.43%68.63%-
XYZ25.2317.3324.57-
YUV117.5137.32169.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=44.42%
G=21.57%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758513400.510.230.31327.333650.98
HexAF5586033171F1472433
Octal25712520606327375074463
Binary1010111110101011000011001100111011111111101000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5586; }

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

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

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

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

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

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

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

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