#AF5585

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

Shades of Mulberry #AF5585

Tints of Mulberry #AF5585

Color information

#AF5585 (or 0xAF5585) is unknown color: approx Mulberry. HEX triplet: AF, 55 and 85. RGB value is (175,85,133). Sum of RGB (Red+Green+Blue) = 175+85+133=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5585 is #50AA7A. Grayscale: #757575. Windows color (decimal): -5286523 or 8738223. OLE color: 8738223.

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

Color convert

RGB17585133-
CMYK00.510.240.31
HSL328º36%50.98%-
HSV(B)328º51.43%68.63%-
XYZ25.1617.324.2-
YUV117.38136.82169.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=44.53%
G=21.63%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758513300.510.240.313283650.98
HexAF5585033181F1482433
Octal25712520506330375104463
Binary1010111110101011000010101100111100011111101001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5585; }

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

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

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

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

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

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

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

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