#AF5385

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

Shades of Mulberry #AF5385

Tints of Mulberry #AF5385

Color information

#AF5385 (or 0xAF5385) is unknown color: approx Mulberry. HEX triplet: AF, 53 and 85. RGB value is (175,83,133). Sum of RGB (Red+Green+Blue) = 175+83+133=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5385 is #50AC7A. Grayscale: #747474. Windows color (decimal): -5287035 or 8737711. OLE color: 8737711.

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

Color convert

RGB17583133-
CMYK00.530.240.31
HSL327.39º36.51%50.59%-
HSV(B)327.39º52.57%68.63%-
XYZ25.0116.9924.15-
YUV116.21137.48169.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=44.76%
G=21.23%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758313300.530.240.31327.3936.5150.59
HexAF5385035181F1472533
Octal25712320506530375074563
Binary1010111110100111000010101101011100011111101000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5385; }

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

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

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

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

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

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

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

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