#AF4B96

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

Shades of Mulberry #AF4B96

Tints of Mulberry #AF4B96

Color information

#AF4B96 (or 0xAF4B96) is unknown color: approx Mulberry. HEX triplet: AF, 4B and 96. RGB value is (175,75,150). Sum of RGB (Red+Green+Blue) = 175+75+150=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B96 is #50B469. Grayscale: #717171. Windows color (decimal): -5289066 or 9849775. OLE color: 9849775.

HSL color Cylindrical-coordinate representation of color #AF4B96: hue angle of 315º degrees, saturation: 0.4, 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 #AF4B96 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17575150-
CMYK00.570.140.31
HSL315º40%49.02%-
HSV(B)315º57.14%68.63%-
XYZ25.716.3530.66-
YUV113.45148.63171.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

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
Decimal1757515000.570.140.313154049.02
HexAF4B96039E1F13b2831
Octal25711322607116374735061
Binary101011111001011100101100111001111011111100111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B96; }

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

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

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

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

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

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

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

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