#A74F8D

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

Shades of Mulberry #A74F8D

Tints of Mulberry #A74F8D

Color information

#A74F8D (or 0xA74F8D) is unknown color: approx Mulberry. HEX triplet: A7, 4F and 8D. RGB value is (167,79,141). Sum of RGB (Red+Green+Blue) = 167+79+141=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F8D is #58B072. Grayscale: #707070. Windows color (decimal): -5812339 or 9260967. OLE color: 9260967.

HSL color Cylindrical-coordinate representation of color #A74F8D: hue angle of 317.73º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F8D is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16779141-
CMYK00.530.160.35
HSL317.73º35.77%48.24%-
HSV(B)317.73º52.69%65.49%-
XYZ23.5415.7326.99-
YUV112.38144.15166.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=43.15%
G=20.41%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677914100.530.160.35317.7335.7748.24
HexA74F8D035102313e2430
Octal24711721506520434764460
Binary10100111100111110001101011010110000100011100111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F8D; }

 p { color: rgb(167,79,141); }

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

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

 a { background-color: rgb(167,79,141); }

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

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

 span { border-color: rgb(167,79,141); }

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