Html Css Color HEX #AA518B Mulberry

📋 copy color: '#AA518B'

red 170 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #AA518B

Tints of Mulberry #AA518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 43.59%
G = 20.77%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA518B (or 0xAA518B) is known color: Mulberry. HEX triplet: AA, 51 and 8B. RGB value is (170,81,139). Sum of RGB (Red+Green+Blue) = 170+81+139=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA518B is #55AE74. Grayscale: #727272. Windows color (decimal): -5615221 or 9130410. OLE color: 9130410.

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

Color convert

RGB 170 81 139 -
CMYK 0 0.52 0.18 0.33
HSL 320.9º 0.35% 0.49% -
HSV(B) 320.9º 0.52% 0.67% -
XYZ 24.18 16.29 26.3 -
YUV 114.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 170 81 139 0 0.52 0.18 0.33 320.9 0.35 0.49
Hex AA 51 8B 0 34 12 21 141 23 31
Octal 252 121 213 0 64 22 41 501 43 61
Binary 10101010 1010001 10001011 0 110100 10010 100001 101000001 100011 110001

Color Harmonies of #AA518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA518B

Black with #AA518B

Text Example


Text Example

White with #AA518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA518B; }

 p { color: rgb(170,81,139); }

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

background-color css

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

 a { background-color: rgb(170,81,139); }

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

border-color css

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

 span { border-color: rgb(170,81,139); }

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