Html Css Color HEX #AC5291 Mulberry

📋 copy color: '#AC5291'

red 172 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #AC5291

Tints of Mulberry #AC5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 43.11%
G = 20.55%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5291 (or 0xAC5291) is known color: Mulberry. HEX triplet: AC, 52 and 91. RGB value is (172,82,145). Sum of RGB (Red+Green+Blue) = 172+82+145=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5291 is #53AD6E. Grayscale: #737373. Windows color (decimal): -5483887 or 9523884. OLE color: 9523884.

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

Color convert

RGB 172 82 145 -
CMYK 0 0.52 0.16 0.33
HSL 318º 0.35% 0.5% -
HSV(B) 318º 0.52% 0.67% -
XYZ 25.14 16.85 28.72 -
YUV 116.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 172 82 145 0 0.52 0.16 0.33 318 0.35 0.5
Hex AC 52 91 0 34 10 21 13E 23 32
Octal 254 122 221 0 64 20 41 476 43 62
Binary 10101100 1010010 10010001 0 110100 10000 100001 100111110 100011 110010

Color Harmonies of #AC5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5291

Black with #AC5291

Text Example


Text Example

White with #AC5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5291; }

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

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

background-color css

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

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

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

border-color css

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

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

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