#AF4997

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

Shades of Mulberry #AF4997

Tints of Mulberry #AF4997

Color information

#AF4997 (or 0xAF4997) is unknown color: approx Mulberry. HEX triplet: AF, 49 and 97. RGB value is (175,73,151). Sum of RGB (Red+Green+Blue) = 175+73+151=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4997 is #50B668. Grayscale: #707070. Windows color (decimal): -5289577 or 9914799. OLE color: 9914799.

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

Color convert

RGB17573151-
CMYK00.580.140.31
HSL314.12º41.13%48.63%-
HSV(B)314.12º58.29%68.63%-
XYZ25.6516.1131.04-
YUV112.39149.79172.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=43.86%
G=18.30%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757315100.580.140.31314.1241.1348.63
HexAF499703AE1F13a2931
Octal25711122707216374725161
Binary101011111001001100101110111010111011111100111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4997; }

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

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

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

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

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

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

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

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