#AF558E

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

Shades of Mulberry #AF558E

Tints of Mulberry #AF558E

Color information

#AF558E (or 0xAF558E) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 8E. RGB value is (175,85,142). Sum of RGB (Red+Green+Blue) = 175+85+142=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558E is #50AA71. Grayscale: #767676. Windows color (decimal): -5286514 or 9328047. OLE color: 9328047.

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

Color convert

RGB17585142-
CMYK00.510.190.31
HSL322º36%50.98%-
HSV(B)322º51.43%68.63%-
XYZ25.8117.5627.62-
YUV118.41141.32168.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=43.53%
G=21.14%
B=35.32%

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
Decimal1758514200.510.190.313223650.98
HexAF558E033131F1422433
Octal25712521606323375024463
Binary1010111110101011000111001100111001111111101000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF558E; }

 p { color: rgb(175,85,142); }

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

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

 a { background-color: rgb(175,85,142); }

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

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

 span { border-color: rgb(175,85,142); }

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