Html Css Color HEX #AC558A Mulberry

📋 copy color: '#AC558A'

red 172 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #AC558A

Tints of Mulberry #AC558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 43.54%
G = 21.52%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC558A (or 0xAC558A) is known color: Mulberry. HEX triplet: AC, 55 and 8A. RGB value is (172,85,138). Sum of RGB (Red+Green+Blue) = 172+85+138=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC558A is #53AA75. Grayscale: #747474. Windows color (decimal): -5483126 or 9065900. OLE color: 9065900.

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

Color convert

RGB 172 85 138 -
CMYK 0 0.51 0.20 0.33
HSL 323.45º 0.34% 0.5% -
HSV(B) 323.45º 0.51% 0.67% -
XYZ 24.85 17.1 26.04 -
YUV 117.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 172 85 138 0 0.51 0.20 0.33 323.45 0.34 0.5
Hex AC 55 8A 0 33 14 21 143 22 32
Octal 254 125 212 0 63 24 41 503 42 62
Binary 10101100 1010101 10001010 0 110011 10100 100001 101000011 100010 110010

Color Harmonies of #AC558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC558A

Black with #AC558A

Text Example


Text Example

White with #AC558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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