Html Css Color HEX #AC5590 Mulberry

📋 copy color: '#AC5590'

red 172 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #AC5590

Tints of Mulberry #AC5590

RGB

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

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

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

R = 42.89%
G = 21.2%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5590 (or 0xAC5590) is known color: Mulberry. HEX triplet: AC, 55 and 90. RGB value is (172,85,144). Sum of RGB (Red+Green+Blue) = 172+85+144=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5590 is #53AA6F. Grayscale: #757575. Windows color (decimal): -5483120 or 9459116. OLE color: 9459116.

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

Color convert

RGB 172 85 144 -
CMYK 0 0.51 0.16 0.33
HSL 319.31º 0.34% 0.5% -
HSV(B) 319.31º 0.51% 0.67% -
XYZ 25.3 17.28 28.39 -
YUV 117.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 172 85 144 0 0.51 0.16 0.33 319.31 0.34 0.5
Hex AC 55 90 0 33 10 21 13F 22 32
Octal 254 125 220 0 63 20 41 477 42 62
Binary 10101100 1010101 10010000 0 110011 10000 100001 100111111 100010 110010

Color Harmonies of #AC5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5590

Black with #AC5590

Text Example


Text Example

White with #AC5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5590; }

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

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

background-color css

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

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

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

border-color css

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

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

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