#AF5B8B

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

Shades of Mulberry #AF5B8B

Tints of Mulberry #AF5B8B

Color information

#AF5B8B (or 0xAF5B8B) is unknown color: approx Mulberry. HEX triplet: AF, 5B and 8B. RGB value is (175,91,139). Sum of RGB (Red+Green+Blue) = 175+91+139=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B8B is #50A474. Grayscale: #797979. Windows color (decimal): -5284981 or 9132975. OLE color: 9132975.

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

Color convert

RGB17591139-
CMYK00.480.210.31
HSL325.71º34.43%52.16%-
HSV(B)325.71º48%68.63%-
XYZ26.0818.4626.61-
YUV121.59137.83166.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=43.21%
G=22.47%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759113900.480.210.31325.7134.4352.16
HexAF5B8B030151F1462234
Octal25713321306025375064264
Binary1010111110110111000101101100001010111111101000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B8B; }

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

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

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

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

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

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

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

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