Html Css Color HEX #AC558B Mulberry

📋 copy color: '#AC558B'

red 172 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #AC558B

Tints of Mulberry #AC558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 43.43%
G = 21.46%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC558B (or 0xAC558B) is known color: Mulberry. HEX triplet: AC, 55 and 8B. RGB value is (172,85,139). Sum of RGB (Red+Green+Blue) = 172+85+139=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC558B is #53AA74. Grayscale: #757575. Windows color (decimal): -5483125 or 9131436. OLE color: 9131436.

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

Color convert

RGB 172 85 139 -
CMYK 0 0.51 0.19 0.33
HSL 322.76º 0.34% 0.5% -
HSV(B) 322.76º 0.51% 0.67% -
XYZ 24.92 17.13 26.42 -
YUV 117.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 172 85 139 0 0.51 0.19 0.33 322.76 0.34 0.5
Hex AC 55 8B 0 33 13 21 143 22 32
Octal 254 125 213 0 63 23 41 503 42 62
Binary 10101100 1010101 10001011 0 110011 10011 100001 101000011 100010 110010

Color Harmonies of #AC558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC558B

Black with #AC558B

Text Example


Text Example

White with #AC558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC558B; }

 p { color: rgb(172,85,139); }

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

background-color css

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

 a { background-color: rgb(172,85,139); }

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

border-color css

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

 span { border-color: rgb(172,85,139); }

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