Html Css Color HEX #AA548B Mulberry

📋 copy color: '#AA548B'

red 170 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #AA548B

Tints of Mulberry #AA548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

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

R = 43.26%
G = 21.37%
B = 35.37%

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

#AA548B (or 0xAA548B) is known color: Mulberry. HEX triplet: AA, 54 and 8B. RGB value is (170,84,139). Sum of RGB (Red+Green+Blue) = 170+84+139=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548B is #55AB74. Grayscale: #737373. Windows color (decimal): -5614453 or 9131178. OLE color: 9131178.

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

Color convert

RGB 170 84 139 -
CMYK 0 0.51 0.18 0.33
HSL 321.63º 0.34% 0.5% -
HSV(B) 321.63º 0.51% 0.67% -
XYZ 24.41 16.75 26.37 -
YUV 115.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 170 84 139 0 0.51 0.18 0.33 321.63 0.34 0.5
Hex AA 54 8B 0 33 12 21 142 22 32
Octal 252 124 213 0 63 22 41 502 42 62
Binary 10101010 1010100 10001011 0 110011 10010 100001 101000010 100010 110010

Color Harmonies of #AA548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA548B

Black with #AA548B

Text Example


Text Example

White with #AA548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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