#AF4986

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

Shades of Mulberry #AF4986

Tints of Mulberry #AF4986

Color information

#AF4986 (or 0xAF4986) is unknown color: approx Mulberry. HEX triplet: AF, 49 and 86. RGB value is (175,73,134). Sum of RGB (Red+Green+Blue) = 175+73+134=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4986 is #50B679. Grayscale: #6E6E6E. Windows color (decimal): -5289594 or 8800687. OLE color: 8800687.

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

Color convert

RGB17573134-
CMYK00.580.230.31
HSL324.12º41.13%48.63%-
HSV(B)324.12º58.29%68.63%-
XYZ24.3615.624.28-
YUV110.45141.29174.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=45.81%
G=19.11%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757313400.580.230.31324.1241.1348.63
HexAF498603A171F1442931
Octal25711120607227375045161
Binary1010111110010011000011001110101011111111101000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4986; }

 p { color: rgb(175,73,134); }

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

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

 a { background-color: rgb(175,73,134); }

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

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

 span { border-color: rgb(175,73,134); }

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