#AF598B

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

Shades of Mulberry #AF598B

Tints of Mulberry #AF598B

Color information

#AF598B (or 0xAF598B) is unknown color: approx Mulberry. HEX triplet: AF, 59 and 8B. RGB value is (175,89,139). Sum of RGB (Red+Green+Blue) = 175+89+139=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF598B is #50A674. Grayscale: #787878. Windows color (decimal): -5285493 or 9132463. OLE color: 9132463.

HSL color Cylindrical-coordinate representation of color #AF598B: hue angle of 325.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF598B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17589139-
CMYK00.490.210.31
HSL325.12º34.96%51.76%-
HSV(B)325.12º49.14%68.63%-
XYZ25.9118.1226.56-
YUV120.41138.49166.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=43.42%
G=22.08%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758913900.490.210.31325.1234.9651.76
HexAF598B031151F1452334
Octal25713121306125375054364
Binary1010111110110011000101101100011010111111101000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF598B; }

 p { color: rgb(175,89,139); }

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

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

 a { background-color: rgb(175,89,139); }

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

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

 span { border-color: rgb(175,89,139); }

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