Html Css Color HEX #AC5D91 Mulberry

📋 copy color: '#AC5D91'

red 172 ◦ green 93 ◦ blue 145

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

Shades of Mulberry #AC5D91

Tints of Mulberry #AC5D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

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

R = 41.95%
G = 22.68%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5D91 (or 0xAC5D91) is known color: Mulberry. HEX triplet: AC, 5D and 91. RGB value is (172,93,145). Sum of RGB (Red+Green+Blue) = 172+93+145=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D91 is #53A26E. Grayscale: #7A7A7A. Windows color (decimal): -5481071 or 9526700. OLE color: 9526700.

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

Color convert

RGB 172 93 145 -
CMYK 0 0.46 0.16 0.33
HSL 320.51º 0.32% 0.52% -
HSV(B) 320.51º 0.46% 0.67% -
XYZ 26.04 18.64 29.01 -
YUV 122.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 172 93 145 0 0.46 0.16 0.33 320.51 0.32 0.52
Hex AC 5D 91 0 2E 10 21 141 20 34
Octal 254 135 221 0 56 20 41 501 40 64
Binary 10101100 1011101 10010001 0 101110 10000 100001 101000001 100000 110100

Color Harmonies of #AC5D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D91

Black with #AC5D91

Text Example


Text Example

White with #AC5D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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