#AF4E95

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

Shades of Mulberry #AF4E95

Tints of Mulberry #AF4E95

Color information

#AF4E95 (or 0xAF4E95) is unknown color: approx Mulberry. HEX triplet: AF, 4E and 95. RGB value is (175,78,149). Sum of RGB (Red+Green+Blue) = 175+78+149=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E95 is #50B16A. Grayscale: #727272. Windows color (decimal): -5288299 or 9785007. OLE color: 9785007.

HSL color Cylindrical-coordinate representation of color #AF4E95: hue angle of 316.08º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E95 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17578149-
CMYK00.550.150.31
HSL316.08º38.34%49.61%-
HSV(B)316.08º55.43%68.63%-
XYZ25.8316.7330.3-
YUV115.1147.14170.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=43.53%
G=19.40%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757814900.550.150.31316.0838.3449.61
HexAF4E95037F1F13c2632
Octal25711622506717374744662
Binary101011111001110100101010110111111111111100111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E95; }

 p { color: rgb(175,78,149); }

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

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

 a { background-color: rgb(175,78,149); }

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

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

 span { border-color: rgb(175,78,149); }

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