#AF5486

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

Shades of Mulberry #AF5486

Tints of Mulberry #AF5486

Color information

#AF5486 (or 0xAF5486) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 86. RGB value is (175,84,134). Sum of RGB (Red+Green+Blue) = 175+84+134=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5486 is #50AB79. Grayscale: #747474. Windows color (decimal): -5286778 or 8803503. OLE color: 8803503.

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

Color convert

RGB17584134-
CMYK00.520.230.31
HSL327.03º36.25%50.78%-
HSV(B)327.03º52%68.63%-
XYZ25.1517.1824.54-
YUV116.91137.65169.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=44.53%
G=21.37%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758413400.520.230.31327.0336.2550.78
HexAF5486034171F1472433
Octal25712420606427375074463
Binary1010111110101001000011001101001011111111101000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5486; }

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

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

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

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

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

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

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

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