#AA4B8A

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

Shades of Mulberry #AA4B8A

Tints of Mulberry #AA4B8A

Color information

#AA4B8A (or 0xAA4B8A) is unknown color: approx Mulberry. HEX triplet: AA, 4B and 8A. RGB value is (170,75,138). Sum of RGB (Red+Green+Blue) = 170+75+138=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B8A is #55B475. Grayscale: #6E6E6E. Windows color (decimal): -5616758 or 9063338. OLE color: 9063338.

HSL color Cylindrical-coordinate representation of color #AA4B8A: hue angle of 320.21º 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 #AA4B8A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17075138-
CMYK00.560.190.33
HSL320.21º38.78%48.04%-
HSV(B)320.21º55.88%66.67%-
XYZ23.6815.4125.77-
YUV110.59143.47170.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=44.39%
G=19.58%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707513800.560.190.33320.2138.7848.04
HexAA4B8A03813211402730
Octal25211321207023415004760
Binary10101010100101110001010011100010011100001101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B8A; }

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

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

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

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

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

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

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

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