#AA4A8E

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

Shades of Mulberry #AA4A8E

Tints of Mulberry #AA4A8E

Color information

#AA4A8E (or 0xAA4A8E) is unknown color: approx Mulberry. HEX triplet: AA, 4A and 8E. RGB value is (170,74,142). Sum of RGB (Red+Green+Blue) = 170+74+142=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8E is #55B571. Grayscale: #6E6E6E. Windows color (decimal): -5617010 or 9325226. OLE color: 9325226.

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

Color convert

RGB17074142-
CMYK00.560.160.33
HSL317.5º39.34%47.84%-
HSV(B)317.5º56.47%66.67%-
XYZ23.9115.427.3-
YUV110.46145.8170.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=44.04%
G=19.17%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707414200.560.160.33317.539.3447.84
HexAA4A8E038102113e2730
Octal25211221607020414764760
Binary10101010100101010001110011100010000100001100111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A8E; }

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

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

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

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

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

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

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

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