#AA4B90

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

Shades of Mulberry #AA4B90

Tints of Mulberry #AA4B90

Color information

#AA4B90 (or 0xAA4B90) is unknown color: approx Mulberry. HEX triplet: AA, 4B and 90. RGB value is (170,75,144). Sum of RGB (Red+Green+Blue) = 170+75+144=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B90 is #55B46F. Grayscale: #6F6F6F. Windows color (decimal): -5616752 or 9456554. OLE color: 9456554.

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

Color convert

RGB17075144-
CMYK00.560.150.33
HSL316.42º38.78%48.04%-
HSV(B)316.42º55.88%66.67%-
XYZ24.1315.5928.12-
YUV111.27146.47169.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=43.70%
G=19.28%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707514400.560.150.33316.4238.7848.04
HexAA4B90038F2113c2730
Octal25211322007017414744760
Binary1010101010010111001000001110001111100001100111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B90; }

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

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

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

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

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

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

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

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