#AF568C

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

Shades of Mulberry #AF568C

Tints of Mulberry #AF568C

Color information

#AF568C (or 0xAF568C) is unknown color: approx Mulberry. HEX triplet: AF, 56 and 8C. RGB value is (175,86,140). Sum of RGB (Red+Green+Blue) = 175+86+140=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF568C is #50A973. Grayscale: #767676. Windows color (decimal): -5286260 or 9197231. OLE color: 9197231.

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

Color convert

RGB17586140-
CMYK00.510.20.31
HSL323.6º35.74%51.18%-
HSV(B)323.6º50.86%68.63%-
XYZ25.7417.6626.86-
YUV118.77139.99168.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=43.64%
G=21.45%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758614000.510.20.31323.635.7451.18
HexAF568C033141F1442433
Octal25712621406324375044463
Binary1010111110101101000110001100111010011111101000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF568C; }

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

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

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

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

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

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

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

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