Html Css Color HEX #AA4D88 Mulberry

📋 copy color: '#AA4D88'

red 170 ◦ green 77 ◦ blue 136

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

Shades of Mulberry #AA4D88

Tints of Mulberry #AA4D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 44.39%
G = 20.1%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA4D88 (or 0xAA4D88) is known color: Mulberry. HEX triplet: AA, 4D and 88. RGB value is (170,77,136). Sum of RGB (Red+Green+Blue) = 170+77+136=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D88 is #55B277. Grayscale: #6F6F6F. Windows color (decimal): -5616248 or 8932778. OLE color: 8932778.

HSL color Cylindrical-coordinate representation of color #AA4D88: hue angle of 321.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D88 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 136 -
CMYK 0 0.55 0.20 0.33
HSL 321.94º 0.38% 0.48% -
HSV(B) 321.94º 0.55% 0.67% -
XYZ 23.68 15.63 25.06 -
YUV 111.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 170 77 136 0 0.55 0.20 0.33 321.94 0.38 0.48
Hex AA 4D 88 0 37 14 21 142 26 30
Octal 252 115 210 0 67 24 41 502 46 60
Binary 10101010 1001101 10001000 0 110111 10100 100001 101000010 100110 110000

Color Harmonies of #AA4D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D88

Black with #AA4D88

Text Example


Text Example

White with #AA4D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D88; }

 p { color: rgb(170,77,136); }

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

background-color css

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

 a { background-color: rgb(170,77,136); }

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

border-color css

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

 span { border-color: rgb(170,77,136); }

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