Html Css Color HEX #AA4A8D Mulberry

📋 copy color: '#AA4A8D'

red 170 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #AA4A8D

Tints of Mulberry #AA4A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 44.16%
G = 19.22%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA4A8D (or 0xAA4A8D) is known color: Mulberry. HEX triplet: AA, 4A and 8D. RGB value is (170,74,141). Sum of RGB (Red+Green+Blue) = 170+74+141=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8D is #55B572. Grayscale: #6E6E6E. Windows color (decimal): -5617011 or 9259690. OLE color: 9259690.

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

Color convert

RGB 170 74 141 -
CMYK 0 0.56 0.17 0.33
HSL 318.13º 0.39% 0.48% -
HSV(B) 318.13º 0.56% 0.67% -
XYZ 23.83 15.37 26.91 -
YUV 110.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 170 74 141 0 0.56 0.17 0.33 318.13 0.39 0.48
Hex AA 4A 8D 0 38 11 21 13E 27 30
Octal 252 112 215 0 70 21 41 476 47 60
Binary 10101010 1001010 10001101 0 111000 10001 100001 100111110 100111 110000

Color Harmonies of #AA4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A8D

Black with #AA4A8D

Text Example


Text Example

White with #AA4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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