#AF5E90

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

Shades of Mulberry #AF5E90

Tints of Mulberry #AF5E90

Color information

#AF5E90 (or 0xAF5E90) is unknown color: approx Mulberry. HEX triplet: AF, 5E and 90. RGB value is (175,94,144). Sum of RGB (Red+Green+Blue) = 175+94+144=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E90 is #50A16F. Grayscale: #7B7B7B. Windows color (decimal): -5284208 or 9461423. OLE color: 9461423.

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

Color convert

RGB17594144-
CMYK00.460.180.31
HSL322.96º33.61%52.75%-
HSV(B)322.96º46.29%68.63%-
XYZ26.7219.1328.67-
YUV123.92139.34164.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=42.37%
G=22.76%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759414400.460.180.31322.9633.6152.75
HexAF5E9002E121F1432235
Octal25713622005622375034265
Binary1010111110111101001000001011101001011111101000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E90; }

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

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

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

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

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

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

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

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