Html Css Color HEX #AA4D8E Mulberry

📋 copy color: '#AA4D8E'

red 170 ◦ green 77 ◦ blue 142

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

Shades of Mulberry #AA4D8E

Tints of Mulberry #AA4D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 43.7%
G = 19.79%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA4D8E (or 0xAA4D8E) is known color: Mulberry. HEX triplet: AA, 4D and 8E. RGB value is (170,77,142). Sum of RGB (Red+Green+Blue) = 170+77+142=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8E is #55B271. Grayscale: #707070. Windows color (decimal): -5616242 or 9325994. OLE color: 9325994.

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

Color convert

RGB 170 77 142 -
CMYK 0 0.55 0.16 0.33
HSL 318.06º 0.38% 0.48% -
HSV(B) 318.06º 0.55% 0.67% -
XYZ 24.11 15.81 27.37 -
YUV 112.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 170 77 142 0 0.55 0.16 0.33 318.06 0.38 0.48
Hex AA 4D 8E 0 37 10 21 13E 26 30
Octal 252 115 216 0 67 20 41 476 46 60
Binary 10101010 1001101 10001110 0 110111 10000 100001 100111110 100110 110000

Color Harmonies of #AA4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D8E

Black with #AA4D8E

Text Example


Text Example

White with #AA4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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