#AF548D

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

Shades of Mulberry #AF548D

Tints of Mulberry #AF548D

Color information

#AF548D (or 0xAF548D) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 8D. RGB value is (175,84,141). Sum of RGB (Red+Green+Blue) = 175+84+141=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548D is #50AB72. Grayscale: #757575. Windows color (decimal): -5286771 or 9262255. OLE color: 9262255.

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

Color convert

RGB17584141-
CMYK00.520.190.31
HSL322.42º36.25%50.78%-
HSV(B)322.42º52%68.63%-
XYZ25.6617.3827.2-
YUV117.71141.15168.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=43.75%
G=21%
B=35.25%

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
Decimal1758414100.520.190.31322.4236.2550.78
HexAF548D034131F1422433
Octal25712421506423375024463
Binary1010111110101001000110101101001001111111101000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF548D; }

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

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

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

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

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

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

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

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