#AF5C8D

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

Shades of Mulberry #AF5C8D

Tints of Mulberry #AF5C8D

Color information

#AF5C8D (or 0xAF5C8D) is unknown color: approx Mulberry. HEX triplet: AF, 5C and 8D. RGB value is (175,92,141). Sum of RGB (Red+Green+Blue) = 175+92+141=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C8D is #50A372. Grayscale: #7A7A7A. Windows color (decimal): -5284723 or 9264303. OLE color: 9264303.

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

Color convert

RGB17592141-
CMYK00.470.190.31
HSL324.58º34.16%52.35%-
HSV(B)324.58º47.43%68.63%-
XYZ26.3118.6927.42-
YUV122.4138.5165.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=42.89%
G=22.55%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759214100.470.190.31324.5834.1652.35
HexAF5C8D02F131F1452234
Octal25713421505723375054264
Binary1010111110111001000110101011111001111111101000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C8D; }

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

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

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

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

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

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

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

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