#AF558D

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

Shades of Mulberry #AF558D

Tints of Mulberry #AF558D

Color information

#AF558D (or 0xAF558D) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 8D. RGB value is (175,85,141). Sum of RGB (Red+Green+Blue) = 175+85+141=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558D is #50AA72. Grayscale: #767676. Windows color (decimal): -5286515 or 9262511. OLE color: 9262511.

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

Color convert

RGB17585141-
CMYK00.510.190.31
HSL322.67º36%50.98%-
HSV(B)322.67º51.43%68.63%-
XYZ25.7417.5327.23-
YUV118.29140.82168.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=43.64%
G=21.20%
B=35.16%

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
Decimal1758514100.510.190.31322.673650.98
HexAF558D033131F1432433
Octal25712521506323375034463
Binary1010111110101011000110101100111001111111101000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF558D; }

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

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

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

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

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

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

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

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