#AF538F

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

Shades of Mulberry #AF538F

Tints of Mulberry #AF538F

Color information

#AF538F (or 0xAF538F) is unknown color: approx Mulberry. HEX triplet: AF, 53 and 8F. RGB value is (175,83,143). Sum of RGB (Red+Green+Blue) = 175+83+143=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538F is #50AC70. Grayscale: #757575. Windows color (decimal): -5287025 or 9393071. OLE color: 9393071.

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

Color convert

RGB17583143-
CMYK00.530.180.31
HSL320.87º36.51%50.59%-
HSV(B)320.87º52.57%68.63%-
XYZ25.7317.2827.97-
YUV117.35142.48169.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=43.64%
G=20.70%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758314300.530.180.31320.8736.5150.59
HexAF538F035121F1412533
Octal25712321706522375014563
Binary1010111110100111000111101101011001011111101000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF538F; }

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

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

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

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

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

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

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

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