#AF548F

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

Shades of Mulberry #AF548F

Tints of Mulberry #AF548F

Color information

#AF548F (or 0xAF548F) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 8F. RGB value is (175,84,143). Sum of RGB (Red+Green+Blue) = 175+84+143=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548F is #50AB70. Grayscale: #757575. Windows color (decimal): -5286769 or 9393327. OLE color: 9393327.

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

Color convert

RGB17584143-
CMYK00.520.180.31
HSL321.1º36.25%50.78%-
HSV(B)321.1º52%68.63%-
XYZ25.8117.4427.99-
YUV117.94142.15168.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=43.53%
G=20.90%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758414300.520.180.31321.136.2550.78
HexAF548F034121F1412433
Octal25712421706422375014463
Binary1010111110101001000111101101001001011111101000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF548F; }

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

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

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

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

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

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

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

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