Html Css Color HEX #AA4B89 Mulberry

📋 copy color: '#AA4B89'

red 170 ◦ green 75 ◦ blue 137

#AA4B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #AA4B89

Tints of Mulberry #AA4B89

RGB

 RED value IS 170 (66.8% from 255) = 44.5%

 GREEN value IS 75 (29.69% from 255) = 19.63%

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 44.5%
G = 19.63%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA4B89 (or 0xAA4B89) is known color: Mulberry. HEX triplet: AA, 4B and 89. RGB value is (170,75,137). Sum of RGB (Red+Green+Blue) = 170+75+137=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B89 is #55B476. Grayscale: #6E6E6E. Windows color (decimal): -5616759 or 8997802. OLE color: 8997802.

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

Color convert

RGB 170 75 137 -
CMYK 0 0.56 0.19 0.33
HSL 320.84º 0.39% 0.48% -
HSV(B) 320.84º 0.56% 0.67% -
XYZ 23.61 15.38 25.39 -
YUV 110.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 170 75 137 0 0.56 0.19 0.33 320.84 0.39 0.48
Hex AA 4B 89 0 38 13 21 141 27 30
Octal 252 113 211 0 70 23 41 501 47 60
Binary 10101010 1001011 10001001 0 111000 10011 100001 101000001 100111 110000

Color Harmonies of #AA4B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B89

Black with #AA4B89

Text Example


Text Example

White with #AA4B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B89; }

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

 H1.HeaderClassName
 {
   color: #AA4B89;
 }
 .AnyTagClassName
 {
   color: #AA4B89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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