#AF4B8F

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

Shades of Mulberry #AF4B8F

Tints of Mulberry #AF4B8F

Color information

#AF4B8F (or 0xAF4B8F) is unknown color: approx Mulberry. HEX triplet: AF, 4B and 8F. RGB value is (175,75,143). Sum of RGB (Red+Green+Blue) = 175+75+143=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B8F is #50B470. Grayscale: #707070. Windows color (decimal): -5289073 or 9391023. OLE color: 9391023.

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

Color convert

RGB17575143-
CMYK00.570.180.31
HSL319.2º40%49.02%-
HSV(B)319.2º57.14%68.63%-
XYZ25.1516.1327.77-
YUV112.65145.13172.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=44.53%
G=19.08%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757514300.570.180.31319.24049.02
HexAF4B8F039121F13f2831
Octal25711321707122374775061
Binary1010111110010111000111101110011001011111100111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B8F; }

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

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

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

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

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

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

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

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