#AF5588

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

Shades of Mulberry #AF5588

Tints of Mulberry #AF5588

Color information

#AF5588 (or 0xAF5588) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 88. RGB value is (175,85,136). Sum of RGB (Red+Green+Blue) = 175+85+136=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5588 is #50AA77. Grayscale: #757575. Windows color (decimal): -5286520 or 8934831. OLE color: 8934831.

HSL color Cylindrical-coordinate representation of color #AF5588: hue angle of 326º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5588 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17585136-
CMYK00.510.220.31
HSL326º36%50.98%-
HSV(B)326º51.43%68.63%-
XYZ25.3717.3925.31-
YUV117.72138.32168.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=44.19%
G=21.46%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758513600.510.220.313263650.98
HexAF5588033161F1462433
Octal25712521006326375064463
Binary1010111110101011000100001100111011011111101000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5588; }

 p { color: rgb(175,85,136); }

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

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

 a { background-color: rgb(175,85,136); }

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

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

 span { border-color: rgb(175,85,136); }

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