#AF518D

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

Shades of Mulberry #AF518D

Tints of Mulberry #AF518D

Color information

#AF518D (or 0xAF518D) is unknown color: approx Mulberry. HEX triplet: AF, 51 and 8D. RGB value is (175,81,141). Sum of RGB (Red+Green+Blue) = 175+81+141=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518D is #50AE72. Grayscale: #737373. Windows color (decimal): -5287539 or 9261487. OLE color: 9261487.

HSL color Cylindrical-coordinate representation of color #AF518D: hue angle of 321.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF518D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17581141-
CMYK00.540.190.31
HSL321.7º37.01%50.2%-
HSV(B)321.7º53.71%68.63%-
XYZ25.4316.9227.13-
YUV115.95142.14170.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=44.08%
G=20.40%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758114100.540.190.31321.737.0150.2
HexAF518D036131F1422532
Octal25712121506623375024562
Binary1010111110100011000110101101101001111111101000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF518D; }

 p { color: rgb(175,81,141); }

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

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

 a { background-color: rgb(175,81,141); }

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

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

 span { border-color: rgb(175,81,141); }

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