Html Css Color HEX #AC558F Mulberry

📋 copy color: '#AC558F'

red 172 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #AC558F

Tints of Mulberry #AC558F

RGB

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

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

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

R = 43%
G = 21.25%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC558F (or 0xAC558F) is known color: Mulberry. HEX triplet: AC, 55 and 8F. RGB value is (172,85,143). Sum of RGB (Red+Green+Blue) = 172+85+143=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC558F is #53AA70. Grayscale: #757575. Windows color (decimal): -5483121 or 9393580. OLE color: 9393580.

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

Color convert

RGB 172 85 143 -
CMYK 0 0.51 0.17 0.33
HSL 320º 0.34% 0.5% -
HSV(B) 320º 0.51% 0.67% -
XYZ 25.22 17.25 27.99 -
YUV 117.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 172 85 143 0 0.51 0.17 0.33 320 0.34 0.5
Hex AC 55 8F 0 33 11 21 140 22 32
Octal 254 125 217 0 63 21 41 500 42 62
Binary 10101100 1010101 10001111 0 110011 10001 100001 101000000 100010 110010

Color Harmonies of #AC558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC558F

Black with #AC558F

Text Example


Text Example

White with #AC558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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