Html Css Color HEX #AC5B8F Mulberry

📋 copy color: '#AC5B8F'

red 172 ◦ green 91 ◦ blue 143

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

Shades of Mulberry #AC5B8F

Tints of Mulberry #AC5B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 42.36%
G = 22.41%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC5B8F (or 0xAC5B8F) is known color: Mulberry. HEX triplet: AC, 5B and 8F. RGB value is (172,91,143). Sum of RGB (Red+Green+Blue) = 172+91+143=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B8F is #53A470. Grayscale: #797979. Windows color (decimal): -5481585 or 9395116. OLE color: 9395116.

HSL color Cylindrical-coordinate representation of color #AC5B8F: hue angle of 321.48º 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 #AC5B8F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 91 143 -
CMYK 0 0.47 0.17 0.33
HSL 321.48º 0.33% 0.52% -
HSV(B) 321.48º 0.47% 0.67% -
XYZ 25.71 18.24 28.15 -
YUV 121.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 172 91 143 0 0.47 0.17 0.33 321.48 0.33 0.52
Hex AC 5B 8F 0 2F 11 21 141 21 34
Octal 254 133 217 0 57 21 41 501 41 64
Binary 10101100 1011011 10001111 0 101111 10001 100001 101000001 100001 110100

Color Harmonies of #AC5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B8F

Black with #AC5B8F

Text Example


Text Example

White with #AC5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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