Html Css Color HEX #AC558C Mulberry

📋 copy color: '#AC558C'

red 172 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #AC558C

Tints of Mulberry #AC558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 43.32%
G = 21.41%
B = 35.26%

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

#AC558C (or 0xAC558C) is known color: Mulberry. HEX triplet: AC, 55 and 8C. RGB value is (172,85,140). Sum of RGB (Red+Green+Blue) = 172+85+140=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC558C is #53AA73. Grayscale: #757575. Windows color (decimal): -5483124 or 9196972. OLE color: 9196972.

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

Color convert

RGB 172 85 140 -
CMYK 0 0.51 0.19 0.33
HSL 322.07º 0.34% 0.5% -
HSV(B) 322.07º 0.51% 0.67% -
XYZ 25 17.16 26.81 -
YUV 117.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 172 85 140 0 0.51 0.19 0.33 322.07 0.34 0.5
Hex AC 55 8C 0 33 13 21 142 22 32
Octal 254 125 214 0 63 23 41 502 42 62
Binary 10101100 1010101 10001100 0 110011 10011 100001 101000010 100010 110010

Color Harmonies of #AC558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC558C

Black with #AC558C

Text Example


Text Example

White with #AC558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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