#AF4A86

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

Shades of Mulberry #AF4A86

Tints of Mulberry #AF4A86

Color information

#AF4A86 (or 0xAF4A86) is unknown color: approx Mulberry. HEX triplet: AF, 4A and 86. RGB value is (175,74,134). Sum of RGB (Red+Green+Blue) = 175+74+134=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A86 is #50B579. Grayscale: #6E6E6E. Windows color (decimal): -5289338 or 8800943. OLE color: 8800943.

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

Color convert

RGB17574134-
CMYK00.580.230.31
HSL324.36º40.56%48.82%-
HSV(B)324.36º57.71%68.63%-
XYZ24.4315.7324.3-
YUV111.04140.96173.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=45.69%
G=19.32%
B=34.99%

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
Decimal1757413400.580.230.31324.3640.5648.82
HexAF4A8603A171F1442931
Octal25711220607227375045161
Binary1010111110010101000011001110101011111111101000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A86; }

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

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

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

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

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

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

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

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