#AF518B

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

Shades of Mulberry #AF518B

Tints of Mulberry #AF518B

Color information

#AF518B (or 0xAF518B) is unknown color: approx Mulberry. HEX triplet: AF, 51 and 8B. RGB value is (175,81,139). Sum of RGB (Red+Green+Blue) = 175+81+139=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518B is #50AE74. Grayscale: #737373. Windows color (decimal): -5287541 or 9130415. OLE color: 9130415.

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

Color convert

RGB17581139-
CMYK00.540.210.31
HSL322.98º37.01%50.2%-
HSV(B)322.98º53.71%68.63%-
XYZ25.2816.8626.35-
YUV115.72141.14170.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=44.30%
G=20.51%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758113900.540.210.31322.9837.0150.2
HexAF518B036151F1432532
Octal25712121306625375034562
Binary1010111110100011000101101101101010111111101000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF518B; }

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

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

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

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

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

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

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

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