Html Css Color HEX #AA4C8D Mulberry

📋 copy color: '#AA4C8D'

red 170 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #AA4C8D

Tints of Mulberry #AA4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 43.93%
G = 19.64%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA4C8D (or 0xAA4C8D) is known color: Mulberry. HEX triplet: AA, 4C and 8D. RGB value is (170,76,141). Sum of RGB (Red+Green+Blue) = 170+76+141=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C8D is #55B372. Grayscale: #6F6F6F. Windows color (decimal): -5616499 or 9260202. OLE color: 9260202.

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

Color convert

RGB 170 76 141 -
CMYK 0 0.55 0.17 0.33
HSL 318.51º 0.38% 0.48% -
HSV(B) 318.51º 0.55% 0.67% -
XYZ 23.97 15.64 26.95 -
YUV 111.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 170 76 141 0 0.55 0.17 0.33 318.51 0.38 0.48
Hex AA 4C 8D 0 37 11 21 13F 26 30
Octal 252 114 215 0 67 21 41 477 46 60
Binary 10101010 1001100 10001101 0 110111 10001 100001 100111111 100110 110000

Color Harmonies of #AA4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C8D

Black with #AA4C8D

Text Example


Text Example

White with #AA4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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