#af4a87

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

Shades of Mulberry #AF4A87

Tints of Mulberry #AF4A87

Color information

#AF4A87 (or 0xAF4A87) is unknown color: approx Mulberry. HEX triplet: AF, 4A and 87. RGB value is (175,74,135). Sum of RGB (Red+Green+Blue) = 175+74+135=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A87 is #50B578. Grayscale: #6F6F6F. Windows color (decimal): -5289337 or 8866479. OLE color: 8866479.

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

Color convert

RGB17574135-
CMYK00.580.230.31
HSL323.76º40.56%48.82%-
HSV(B)323.76º57.71%68.63%-
XYZ24.515.7624.67-
YUV111.15141.46173.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=45.57%
G=19.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757413500.580.230.31323.7640.5648.82
HexAF4A8703A171F1442931
Octal25711220707227375045161
Binary1010111110010101000011101110101011111111101000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4a87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4a87; }

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

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

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

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

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

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

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

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