Html Css Color HEX #AC5491 Mulberry

📋 copy color: '#AC5491'

red 172 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #AC5491

Tints of Mulberry #AC5491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 42.89%
G = 20.95%
B = 36.16%

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

#AC5491 (or 0xAC5491) is known color: Mulberry. HEX triplet: AC, 54 and 91. RGB value is (172,84,145). Sum of RGB (Red+Green+Blue) = 172+84+145=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5491 is #53AB6E. Grayscale: #757575. Windows color (decimal): -5483375 or 9524396. OLE color: 9524396.

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

Color convert

RGB 172 84 145 -
CMYK 0 0.51 0.16 0.33
HSL 318.41º 0.35% 0.5% -
HSV(B) 318.41º 0.51% 0.67% -
XYZ 25.29 17.16 28.77 -
YUV 117.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 172 84 145 0 0.51 0.16 0.33 318.41 0.35 0.5
Hex AC 54 91 0 33 10 21 13E 23 32
Octal 254 124 221 0 63 20 41 476 43 62
Binary 10101100 1010100 10010001 0 110011 10000 100001 100111110 100011 110010

Color Harmonies of #AC5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5491

Black with #AC5491

Text Example


Text Example

White with #AC5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5491; }

 p { color: rgb(172,84,145); }

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

background-color css

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

 a { background-color: rgb(172,84,145); }

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

border-color css

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

 span { border-color: rgb(172,84,145); }

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