#AA4B8D

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

Shades of Mulberry #AA4B8D

Tints of Mulberry #AA4B8D

Color information

#AA4B8D (or 0xAA4B8D) is unknown color: approx Mulberry. HEX triplet: AA, 4B and 8D. RGB value is (170,75,141). Sum of RGB (Red+Green+Blue) = 170+75+141=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B8D is #55B472. Grayscale: #6E6E6E. Windows color (decimal): -5616755 or 9259946. OLE color: 9259946.

HSL color Cylindrical-coordinate representation of color #AA4B8D: hue angle of 318.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B8D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17075141-
CMYK00.560.170.33
HSL318.32º38.78%48.04%-
HSV(B)318.32º55.88%66.67%-
XYZ23.915.526.93-
YUV110.93144.97170.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=44.04%
G=19.43%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707514100.560.170.33318.3238.7848.04
HexAA4B8D038112113e2730
Octal25211321507021414764760
Binary10101010100101110001101011100010001100001100111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B8D; }

 p { color: rgb(170,75,141); }

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

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

 a { background-color: rgb(170,75,141); }

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

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

 span { border-color: rgb(170,75,141); }

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