#AF5485

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

Shades of Mulberry #AF5485

Tints of Mulberry #AF5485

Color information

#AF5485 (or 0xAF5485) is unknown color: approx Mulberry. HEX triplet: AF, 54 and 85. RGB value is (175,84,133). Sum of RGB (Red+Green+Blue) = 175+84+133=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5485 is #50AB7A. Grayscale: #747474. Windows color (decimal): -5286779 or 8737967. OLE color: 8737967.

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

Color convert

RGB17584133-
CMYK00.520.240.31
HSL327.69º36.25%50.78%-
HSV(B)327.69º52%68.63%-
XYZ25.0817.1524.18-
YUV116.8137.15169.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=44.64%
G=21.43%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758413300.520.240.31327.6936.2550.78
HexAF5485034181F1482433
Octal25712420506430375104463
Binary1010111110101001000010101101001100011111101001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5485; }

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

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

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

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

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

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

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

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