Html Css Color HEX #AA4D8C Mulberry

📋 copy color: '#AA4D8C'

red 170 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #AA4D8C

Tints of Mulberry #AA4D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 43.93%
G = 19.9%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA4D8C (or 0xAA4D8C) is known color: Mulberry. HEX triplet: AA, 4D and 8C. RGB value is (170,77,140). Sum of RGB (Red+Green+Blue) = 170+77+140=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8C is #55B273. Grayscale: #6F6F6F. Windows color (decimal): -5616244 or 9194922. OLE color: 9194922.

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

Color convert

RGB 170 77 140 -
CMYK 0 0.55 0.18 0.33
HSL 319.35º 0.38% 0.48% -
HSV(B) 319.35º 0.55% 0.67% -
XYZ 23.97 15.75 26.59 -
YUV 111.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 170 77 140 0 0.55 0.18 0.33 319.35 0.38 0.48
Hex AA 4D 8C 0 37 12 21 13F 26 30
Octal 252 115 214 0 67 22 41 477 46 60
Binary 10101010 1001101 10001100 0 110111 10010 100001 100111111 100110 110000

Color Harmonies of #AA4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D8C

Black with #AA4D8C

Text Example


Text Example

White with #AA4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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