#AF5E8B

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

Shades of Mulberry #AF5E8B

Tints of Mulberry #AF5E8B

Color information

#AF5E8B (or 0xAF5E8B) is unknown color: approx Mulberry. HEX triplet: AF, 5E and 8B. RGB value is (175,94,139). Sum of RGB (Red+Green+Blue) = 175+94+139=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8B is #50A174. Grayscale: #7B7B7B. Windows color (decimal): -5284213 or 9133743. OLE color: 9133743.

HSL color Cylindrical-coordinate representation of color #AF5E8B: hue angle of 326.67º degrees, saturation: 0.34, 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 #AF5E8B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17594139-
CMYK00.460.210.31
HSL326.67º33.61%52.75%-
HSV(B)326.67º46.29%68.63%-
XYZ26.3418.9826.7-
YUV123.35136.84164.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=42.89%
G=23.04%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759413900.460.210.31326.6733.6152.75
HexAF5E8B02E151F1472235
Octal25713621305625375074265
Binary1010111110111101000101101011101010111111101000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E8B; }

 p { color: rgb(175,94,139); }

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

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

 a { background-color: rgb(175,94,139); }

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

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

 span { border-color: rgb(175,94,139); }

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