#AF5386

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

Shades of Mulberry #AF5386

Tints of Mulberry #AF5386

Color information

#AF5386 (or 0xAF5386) is unknown color: approx Mulberry. HEX triplet: AF, 53 and 86. RGB value is (175,83,134). Sum of RGB (Red+Green+Blue) = 175+83+134=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5386 is #50AC79. Grayscale: #747474. Windows color (decimal): -5287034 or 8803247. OLE color: 8803247.

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

Color convert

RGB17583134-
CMYK00.530.230.31
HSL326.74º36.51%50.59%-
HSV(B)326.74º52.57%68.63%-
XYZ25.0817.0224.52-
YUV116.32137.98169.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=44.64%
G=21.17%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758313400.530.230.31326.7436.5150.59
HexAF5386035171F1472533
Octal25712320606527375074563
Binary1010111110100111000011001101011011111111101000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5386; }

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

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

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

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

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

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

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

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