#AF5D90

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

Shades of Mulberry #AF5D90

Tints of Mulberry #AF5D90

Color information

#AF5D90 (or 0xAF5D90) is unknown color: approx Mulberry. HEX triplet: AF, 5D and 90. RGB value is (175,93,144). Sum of RGB (Red+Green+Blue) = 175+93+144=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D90 is #50A26F. Grayscale: #7B7B7B. Windows color (decimal): -5284464 or 9461167. OLE color: 9461167.

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

Color convert

RGB17593144-
CMYK00.470.180.31
HSL322.68º33.88%52.55%-
HSV(B)322.68º46.86%68.63%-
XYZ26.6318.9628.64-
YUV123.33139.67164.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=42.48%
G=22.57%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759314400.470.180.31322.6833.8852.55
HexAF5D9002F121F1432235
Octal25713522005722375034265
Binary1010111110111011001000001011111001011111101000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D90; }

 p { color: rgb(175,93,144); }

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

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

 a { background-color: rgb(175,93,144); }

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

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

 span { border-color: rgb(175,93,144); }

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