#AF568D

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

Shades of Mulberry #AF568D

Tints of Mulberry #AF568D

Color information

#AF568D (or 0xAF568D) is unknown color: approx Mulberry. HEX triplet: AF, 56 and 8D. RGB value is (175,86,141). Sum of RGB (Red+Green+Blue) = 175+86+141=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF568D is #50A972. Grayscale: #767676. Windows color (decimal): -5286259 or 9262767. OLE color: 9262767.

HSL color Cylindrical-coordinate representation of color #AF568D: hue angle of 322.92º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF568D is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17586141-
CMYK00.510.190.31
HSL322.92º35.74%51.18%-
HSV(B)322.92º50.86%68.63%-
XYZ25.8117.6927.25-
YUV118.88140.49168.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=43.53%
G=21.39%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758614100.510.190.31322.9235.7451.18
HexAF568D033131F1432433
Octal25712621506323375034463
Binary1010111110101101000110101100111001111111101000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF568D; }

 p { color: rgb(175,86,141); }

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

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

 a { background-color: rgb(175,86,141); }

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

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

 span { border-color: rgb(175,86,141); }

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