Html Css Color HEX #AA5588 Mulberry

📋 copy color: '#AA5588'

red 170 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #AA5588

Tints of Mulberry #AA5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 43.48%
G = 21.74%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA5588 (or 0xAA5588) is known color: Mulberry. HEX triplet: AA, 55 and 88. RGB value is (170,85,136). Sum of RGB (Red+Green+Blue) = 170+85+136=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5588 is #55AA77. Grayscale: #747474. Windows color (decimal): -5614200 or 8934826. OLE color: 8934826.

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

Color convert

RGB 170 85 136 -
CMYK 0 0.50 0.20 0.33
HSL 324º 0.33% 0.5% -
HSV(B) 324º 0.5% 0.67% -
XYZ 24.27 16.82 25.26 -
YUV 116.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 170 85 136 0 0.50 0.20 0.33 324 0.33 0.5
Hex AA 55 88 0 32 14 21 144 21 32
Octal 252 125 210 0 62 24 41 504 41 62
Binary 10101010 1010101 10001000 0 110010 10100 100001 101000100 100001 110010

Color Harmonies of #AA5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5588

Black with #AA5588

Text Example


Text Example

White with #AA5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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