Html Css Color HEX #AA538B Mulberry

📋 copy color: '#AA538B'

red 170 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #AA538B

Tints of Mulberry #AA538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 43.37%
G = 21.17%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA538B (or 0xAA538B) is known color: Mulberry. HEX triplet: AA, 53 and 8B. RGB value is (170,83,139). Sum of RGB (Red+Green+Blue) = 170+83+139=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA538B is #55AC74. Grayscale: #737373. Windows color (decimal): -5614709 or 9130922. OLE color: 9130922.

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

Color convert

RGB 170 83 139 -
CMYK 0 0.51 0.18 0.33
HSL 321.38º 0.34% 0.5% -
HSV(B) 321.38º 0.51% 0.67% -
XYZ 24.33 16.6 26.35 -
YUV 115.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 170 83 139 0 0.51 0.18 0.33 321.38 0.34 0.5
Hex AA 53 8B 0 33 12 21 141 22 32
Octal 252 123 213 0 63 22 41 501 42 62
Binary 10101010 1010011 10001011 0 110011 10010 100001 101000001 100010 110010

Color Harmonies of #AA538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA538B

Black with #AA538B

Text Example


Text Example

White with #AA538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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