Html Css Color HEX #AA4E8D Mulberry

📋 copy color: '#AA4E8D'

red 170 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #AA4E8D

Tints of Mulberry #AA4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.05%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 43.7%
G = 20.05%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA4E8D (or 0xAA4E8D) is known color: Mulberry. HEX triplet: AA, 4E and 8D. RGB value is (170,78,141). Sum of RGB (Red+Green+Blue) = 170+78+141=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E8D is #55B172. Grayscale: #707070. Windows color (decimal): -5615987 or 9260714. OLE color: 9260714.

HSL color Cylindrical-coordinate representation of color #AA4E8D: hue angle of 318.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E8D is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 141 -
CMYK 0 0.54 0.17 0.33
HSL 318.91º 0.37% 0.49% -
HSV(B) 318.91º 0.54% 0.67% -
XYZ 24.11 15.92 27 -
YUV 112.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 170 78 141 0 0.54 0.17 0.33 318.91 0.37 0.49
Hex AA 4E 8D 0 36 11 21 13F 25 31
Octal 252 116 215 0 66 21 41 477 45 61
Binary 10101010 1001110 10001101 0 110110 10001 100001 100111111 100101 110001

Color Harmonies of #AA4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E8D

Black with #AA4E8D

Text Example


Text Example

White with #AA4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E8D; }

 p { color: rgb(170,78,141); }

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

background-color css

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

 a { background-color: rgb(170,78,141); }

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

border-color css

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

 span { border-color: rgb(170,78,141); }

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