Html Css Color HEX #AA558E Mulberry

📋 copy color: '#AA558E'

red 170 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #AA558E

Tints of Mulberry #AA558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 42.82%
G = 21.41%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA558E (or 0xAA558E) is known color: Mulberry. HEX triplet: AA, 55 and 8E. RGB value is (170,85,142). Sum of RGB (Red+Green+Blue) = 170+85+142=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA558E is #55AA71. Grayscale: #747474. Windows color (decimal): -5614194 or 9328042. OLE color: 9328042.

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

Color convert

RGB 170 85 142 -
CMYK 0 0.50 0.16 0.33
HSL 319.76º 0.33% 0.5% -
HSV(B) 319.76º 0.5% 0.67% -
XYZ 24.71 17 27.57 -
YUV 116.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 170 85 142 0 0.50 0.16 0.33 319.76 0.33 0.5
Hex AA 55 8E 0 32 10 21 140 21 32
Octal 252 125 216 0 62 20 41 500 41 62
Binary 10101010 1010101 10001110 0 110010 10000 100001 101000000 100001 110010

Color Harmonies of #AA558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA558E

Black with #AA558E

Text Example


Text Example

White with #AA558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA558E; }

 p { color: rgb(170,85,142); }

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

background-color css

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

 a { background-color: rgb(170,85,142); }

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

border-color css

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

 span { border-color: rgb(170,85,142); }

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