#AF5F8D

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

Shades of Mulberry #AF5F8D

Tints of Mulberry #AF5F8D

Color information

#AF5F8D (or 0xAF5F8D) is unknown color: approx Mulberry. HEX triplet: AF, 5F and 8D. RGB value is (175,95,141). Sum of RGB (Red+Green+Blue) = 175+95+141=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F8D is #50A072. Grayscale: #7C7C7C. Windows color (decimal): -5283955 or 9265071. OLE color: 9265071.

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

Color convert

RGB17595141-
CMYK00.460.190.31
HSL325.5º33.33%52.94%-
HSV(B)325.5º45.71%68.63%-
XYZ26.5819.2227.51-
YUV124.16137.5164.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=42.58%
G=23.11%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759514100.460.190.31325.533.3352.94
HexAF5F8D02E131F1462135
Octal25713721505623375064165
Binary1010111110111111000110101011101001111111101000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F8D; }

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

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

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

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

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

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

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

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