Html Css Color HEX #AA4D8D Mulberry

📋 copy color: '#AA4D8D'

red 170 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #AA4D8D

Tints of Mulberry #AA4D8D

RGB

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

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

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

R = 43.81%
G = 19.85%
B = 36.34%

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

#AA4D8D (or 0xAA4D8D) is known color: Mulberry. HEX triplet: AA, 4D and 8D. RGB value is (170,77,141). Sum of RGB (Red+Green+Blue) = 170+77+141=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8D is #55B272. Grayscale: #6F6F6F. Windows color (decimal): -5616243 or 9260458. OLE color: 9260458.

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

Color convert

RGB 170 77 141 -
CMYK 0 0.55 0.17 0.33
HSL 318.71º 0.38% 0.48% -
HSV(B) 318.71º 0.55% 0.67% -
XYZ 24.04 15.78 26.98 -
YUV 112.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 170 77 141 0 0.55 0.17 0.33 318.71 0.38 0.48
Hex AA 4D 8D 0 37 11 21 13F 26 30
Octal 252 115 215 0 67 21 41 477 46 60
Binary 10101010 1001101 10001101 0 110111 10001 100001 100111111 100110 110000

Color Harmonies of #AA4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D8D

Black with #AA4D8D

Text Example


Text Example

White with #AA4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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