Html Css Color HEX #AC5B90 Mulberry

📋 copy color: '#AC5B90'

red 172 ◦ green 91 ◦ blue 144

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

Shades of Mulberry #AC5B90

Tints of Mulberry #AC5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

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

R = 42.26%
G = 22.36%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5B90 (or 0xAC5B90) is known color: Mulberry. HEX triplet: AC, 5B and 90. RGB value is (172,91,144). Sum of RGB (Red+Green+Blue) = 172+91+144=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B90 is #53A46F. Grayscale: #797979. Windows color (decimal): -5481584 or 9460652. OLE color: 9460652.

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

Color convert

RGB 172 91 144 -
CMYK 0 0.47 0.16 0.33
HSL 320.74º 0.33% 0.52% -
HSV(B) 320.74º 0.47% 0.67% -
XYZ 25.79 18.27 28.55 -
YUV 121.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 172 91 144 0 0.47 0.16 0.33 320.74 0.33 0.52
Hex AC 5B 90 0 2F 10 21 141 21 34
Octal 254 133 220 0 57 20 41 501 41 64
Binary 10101100 1011011 10010000 0 101111 10000 100001 101000001 100001 110100

Color Harmonies of #AC5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B90

Black with #AC5B90

Text Example


Text Example

White with #AC5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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