#AA4A8A

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

Shades of Mulberry #AA4A8A

Tints of Mulberry #AA4A8A

Color information

#AA4A8A (or 0xAA4A8A) is unknown color: approx Mulberry. HEX triplet: AA, 4A and 8A. RGB value is (170,74,138). Sum of RGB (Red+Green+Blue) = 170+74+138=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8A is #55B575. Grayscale: #6D6D6D. Windows color (decimal): -5617014 or 9063082. OLE color: 9063082.

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

Color convert

RGB17074138-
CMYK00.560.190.33
HSL320º39.34%47.84%-
HSV(B)320º56.47%66.67%-
XYZ23.6115.2825.75-
YUV110143.8170.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=44.50%
G=19.37%
B=36.13%

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
Decimal1707413800.560.190.3332039.3447.84
HexAA4A8A03813211402730
Octal25211221207023415004760
Binary10101010100101010001010011100010011100001101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A8A; }

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

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

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

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

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

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

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

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