#AF4984

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

Shades of Mulberry #AF4984

Tints of Mulberry #AF4984

Color information

#AF4984 (or 0xAF4984) is unknown color: approx Mulberry. HEX triplet: AF, 49 and 84. RGB value is (175,73,132). Sum of RGB (Red+Green+Blue) = 175+73+132=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4984 is #50B67B. Grayscale: #6E6E6E. Windows color (decimal): -5289596 or 8669615. OLE color: 8669615.

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

Color convert

RGB17573132-
CMYK00.580.250.31
HSL325.29º41.13%48.63%-
HSV(B)325.29º58.29%68.63%-
XYZ24.2315.5423.55-
YUV110.22140.29174.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=46.05%
G=19.21%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757313200.580.250.31325.2941.1348.63
HexAF498403A191F1452931
Octal25711120407231375055161
Binary1010111110010011000010001110101100111111101000101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4984; }

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

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

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

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

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

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

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

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