#af588f

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

Shades of Mulberry #AF588F

Tints of Mulberry #AF588F

Color information

#AF588F (or 0xAF588F) is unknown color: approx Mulberry. HEX triplet: AF, 58 and 8F. RGB value is (175,88,143). Sum of RGB (Red+Green+Blue) = 175+88+143=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588F is #50A770. Grayscale: #787878. Windows color (decimal): -5285745 or 9394351. OLE color: 9394351.

HSL color Cylindrical-coordinate representation of color #AF588F: hue angle of 322.07º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF588F is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17588143-
CMYK00.500.180.31
HSL322.07º35.22%51.57%-
HSV(B)322.07º49.71%68.63%-
XYZ26.1318.0828.1-
YUV120.28140.82167.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=43.10%
G=21.67%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758814300.500.180.31322.0735.2251.57
HexAF588F032121F1422334
Octal25713021706222375024364
Binary1010111110110001000111101100101001011111101000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af588f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af588f; }

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

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

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

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

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

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

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

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