#AF5096

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

Shades of Mulberry #AF5096

Tints of Mulberry #AF5096

Color information

#AF5096 (or 0xAF5096) is unknown color: approx Mulberry. HEX triplet: AF, 50 and 96. RGB value is (175,80,150). Sum of RGB (Red+Green+Blue) = 175+80+150=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5096 is #50AF69. Grayscale: #747474. Windows color (decimal): -5287786 or 9851055. OLE color: 9851055.

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

Color convert

RGB17580150-
CMYK00.540.140.31
HSL315.79º37.25%50%-
HSV(B)315.79º54.29%68.63%-
XYZ26.0517.0530.77-
YUV116.38146.97169.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=43.21%
G=19.75%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758015000.540.140.31315.7937.2550
HexAF5096036E1F13c2532
Octal25712022606616374744562
Binary101011111010000100101100110110111011111100111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5096; }

 p { color: rgb(175,80,150); }

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

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

 a { background-color: rgb(175,80,150); }

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

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

 span { border-color: rgb(175,80,150); }

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