#AF538D

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

Shades of Mulberry #AF538D

Tints of Mulberry #AF538D

Color information

#AF538D (or 0xAF538D) is unknown color: approx Mulberry. HEX triplet: AF, 53 and 8D. RGB value is (175,83,141). Sum of RGB (Red+Green+Blue) = 175+83+141=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538D is #50AC72. Grayscale: #747474. Windows color (decimal): -5287027 or 9261999. OLE color: 9261999.

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

Color convert

RGB17583141-
CMYK00.530.190.31
HSL322.17º36.51%50.59%-
HSV(B)322.17º52.57%68.63%-
XYZ25.5817.2227.18-
YUV117.12141.48169.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=43.86%
G=20.80%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758314100.530.190.31322.1736.5150.59
HexAF538D035131F1422533
Octal25712321506523375024563
Binary1010111110100111000110101101011001111111101000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF538D; }

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

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

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

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

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

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

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

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