#AF548E

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

Shades of Mulberry #AF548E

Tints of Mulberry #AF548E

Color information

#AF548E (or 0xAF548E) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 8E. RGB value is (175,84,142). Sum of RGB (Red+Green+Blue) = 175+84+142=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548E is #50AB71. Grayscale: #757575. Windows color (decimal): -5286770 or 9327791. OLE color: 9327791.

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

Color convert

RGB17584142-
CMYK00.520.190.31
HSL321.76º36.25%50.78%-
HSV(B)321.76º52%68.63%-
XYZ25.7317.4127.59-
YUV117.82141.65168.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=43.64%
G=20.95%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758414200.520.190.31321.7636.2550.78
HexAF548E034131F1422433
Octal25712421606423375024463
Binary1010111110101001000111001101001001111111101000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF548E; }

 p { color: rgb(175,84,142); }

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

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

 a { background-color: rgb(175,84,142); }

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

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

 span { border-color: rgb(175,84,142); }

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