Html Css Color HEX #AC5988 Mulberry

📋 copy color: '#AC5988'

red 172 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #AC5988

Tints of Mulberry #AC5988

RGB

 RED value IS 172 (67.58% from 255) = 43.32%

 GREEN value IS 89 (35.16% from 255) = 22.42%

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

R = 43.32%
G = 22.42%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC5988 (or 0xAC5988) is known color: Mulberry. HEX triplet: AC, 59 and 88. RGB value is (172,89,136). Sum of RGB (Red+Green+Blue) = 172+89+136=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5988 is #53A677. Grayscale: #777777. Windows color (decimal): -5482104 or 8935852. OLE color: 8935852.

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

Color convert

RGB 172 89 136 -
CMYK 0 0.48 0.21 0.33
HSL 326.02º 0.33% 0.51% -
HSV(B) 326.02º 0.48% 0.67% -
XYZ 25.03 17.69 25.39 -
YUV 119.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 172 89 136 0 0.48 0.21 0.33 326.02 0.33 0.51
Hex AC 59 88 0 30 15 21 146 21 33
Octal 254 131 210 0 60 25 41 506 41 63
Binary 10101100 1011001 10001000 0 110000 10101 100001 101000110 100001 110011

Color Harmonies of #AC5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5988

Black with #AC5988

Text Example


Text Example

White with #AC5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5988; }

 p { color: rgb(172,89,136); }

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

background-color css

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

 a { background-color: rgb(172,89,136); }

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

border-color css

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

 span { border-color: rgb(172,89,136); }

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