Html Css Color HEX #AA548D Mulberry

📋 copy color: '#AA548D'

red 170 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #AA548D

Tints of Mulberry #AA548D

RGB

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

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

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

R = 43.04%
G = 21.27%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA548D (or 0xAA548D) is known color: Mulberry. HEX triplet: AA, 54 and 8D. RGB value is (170,84,141). Sum of RGB (Red+Green+Blue) = 170+84+141=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548D is #55AB72. Grayscale: #747474. Windows color (decimal): -5614451 or 9262250. OLE color: 9262250.

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

Color convert

RGB 170 84 141 -
CMYK 0 0.51 0.17 0.33
HSL 320.23º 0.34% 0.5% -
HSV(B) 320.23º 0.51% 0.67% -
XYZ 24.56 16.81 27.15 -
YUV 116.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 170 84 141 0 0.51 0.17 0.33 320.23 0.34 0.5
Hex AA 54 8D 0 33 11 21 140 22 32
Octal 252 124 215 0 63 21 41 500 42 62
Binary 10101010 1010100 10001101 0 110011 10001 100001 101000000 100010 110010

Color Harmonies of #AA548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA548D

Black with #AA548D

Text Example


Text Example

White with #AA548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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