Html Css Color HEX #AA588E Mulberry

📋 copy color: '#AA588E'

red 170 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #AA588E

Tints of Mulberry #AA588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 42.5%
G = 22%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA588E (or 0xAA588E) is known color: Mulberry. HEX triplet: AA, 58 and 8E. RGB value is (170,88,142). Sum of RGB (Red+Green+Blue) = 170+88+142=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588E is #55A771. Grayscale: #767676. Windows color (decimal): -5613426 or 9328810. OLE color: 9328810.

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

Color convert

RGB 170 88 142 -
CMYK 0 0.48 0.16 0.33
HSL 320.49º 0.33% 0.51% -
HSV(B) 320.49º 0.48% 0.67% -
XYZ 24.95 17.48 27.65 -
YUV 118.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 170 88 142 0 0.48 0.16 0.33 320.49 0.33 0.51
Hex AA 58 8E 0 30 10 21 140 21 33
Octal 252 130 216 0 60 20 41 500 41 63
Binary 10101010 1011000 10001110 0 110000 10000 100001 101000000 100001 110011

Color Harmonies of #AA588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA588E

Black with #AA588E

Text Example


Text Example

White with #AA588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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