#AA4E8E

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

Shades of Mulberry #AA4E8E

Tints of Mulberry #AA4E8E

Color information

#AA4E8E (or 0xAA4E8E) is unknown color: approx Mulberry. HEX triplet: AA, 4E and 8E. RGB value is (170,78,142). Sum of RGB (Red+Green+Blue) = 170+78+142=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E8E is #55B171. Grayscale: #707070. Windows color (decimal): -5615986 or 9326250. OLE color: 9326250.

HSL color Cylindrical-coordinate representation of color #AA4E8E: hue angle of 318.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E8E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17078142-
CMYK00.540.160.33
HSL318.26º37.1%48.63%-
HSV(B)318.26º54.12%66.67%-
XYZ24.1815.9527.39-
YUV112.8144.48168.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=43.59%
G=20%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707814200.540.160.33318.2637.148.63
HexAA4E8E036102113e2531
Octal25211621606620414764561
Binary10101010100111010001110011011010000100001100111110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E8E; }

 p { color: rgb(170,78,142); }

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

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

 a { background-color: rgb(170,78,142); }

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

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

 span { border-color: rgb(170,78,142); }

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