Html Css Color HEX #AC5990 Mulberry

📋 copy color: '#AC5990'

red 172 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #AC5990

Tints of Mulberry #AC5990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 42.47%
G = 21.98%
B = 35.56%

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

#AC5990 (or 0xAC5990) is known color: Mulberry. HEX triplet: AC, 59 and 90. RGB value is (172,89,144). Sum of RGB (Red+Green+Blue) = 172+89+144=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5990 is #53A66F. Grayscale: #777777. Windows color (decimal): -5482096 or 9460140. OLE color: 9460140.

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

Color convert

RGB 172 89 144 -
CMYK 0 0.48 0.16 0.33
HSL 320.24º 0.33% 0.51% -
HSV(B) 320.24º 0.48% 0.67% -
XYZ 25.62 17.93 28.5 -
YUV 120.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 172 89 144 0 0.48 0.16 0.33 320.24 0.33 0.51
Hex AC 59 90 0 30 10 21 140 21 33
Octal 254 131 220 0 60 20 41 500 41 63
Binary 10101100 1011001 10010000 0 110000 10000 100001 101000000 100001 110011

Color Harmonies of #AC5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5990

Black with #AC5990

Text Example


Text Example

White with #AC5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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