#AF518F

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

Shades of Mulberry #AF518F

Tints of Mulberry #AF518F

Color information

#AF518F (or 0xAF518F) is unknown color: approx Mulberry. HEX triplet: AF, 51 and 8F. RGB value is (175,81,143). Sum of RGB (Red+Green+Blue) = 175+81+143=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518F is #50AE70. Grayscale: #747474. Windows color (decimal): -5287537 or 9392559. OLE color: 9392559.

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

Color convert

RGB17581143-
CMYK00.540.180.31
HSL320.43º37.01%50.2%-
HSV(B)320.43º53.71%68.63%-
XYZ25.5816.9827.92-
YUV116.17143.14169.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=43.86%
G=20.30%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758114300.540.180.31320.4337.0150.2
HexAF518F036121F1402532
Octal25712121706622375004562
Binary1010111110100011000111101101101001011111101000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF518F; }

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

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

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

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

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

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

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

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