#AF5087

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

Shades of Mulberry #AF5087

Tints of Mulberry #AF5087

Color information

#AF5087 (or 0xAF5087) is unknown color: approx Mulberry. HEX triplet: AF, 50 and 87. RGB value is (175,80,135). Sum of RGB (Red+Green+Blue) = 175+80+135=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5087 is #50AF78. Grayscale: #727272. Windows color (decimal): -5287801 or 8868015. OLE color: 8868015.

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

Color convert

RGB17580135-
CMYK00.540.230.31
HSL325.26º37.25%50%-
HSV(B)325.26º54.29%68.63%-
XYZ24.9216.624.81-
YUV114.68139.47171.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=44.87%
G=20.51%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758013500.540.230.31325.2637.2550
HexAF5087036171F1452532
Octal25712020706627375054562
Binary1010111110100001000011101101101011111111101000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5087; }

 p { color: rgb(175,80,135); }

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

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

 a { background-color: rgb(175,80,135); }

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

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

 span { border-color: rgb(175,80,135); }

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