#AF4C96

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

Shades of Mulberry #AF4C96

Tints of Mulberry #AF4C96

Color information

#AF4C96 (or 0xAF4C96) is unknown color: approx Mulberry. HEX triplet: AF, 4C and 96. RGB value is (175,76,150). Sum of RGB (Red+Green+Blue) = 175+76+150=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C96 is #50B369. Grayscale: #717171. Windows color (decimal): -5288810 or 9850031. OLE color: 9850031.

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

Color convert

RGB17576150-
CMYK00.570.140.31
HSL315.15º39.44%49.22%-
HSV(B)315.15º56.57%68.63%-
XYZ25.7716.4830.68-
YUV114.04148.3171.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=43.64%
G=18.95%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757615000.570.140.31315.1539.4449.22
HexAF4C96039E1F13b2731
Octal25711422607116374734761
Binary101011111001100100101100111001111011111100111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C96; }

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

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

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

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

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

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

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

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