Html Css Color HEX #AC518A Mulberry

📋 copy color: '#AC518A'

red 172 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #AC518A

Tints of Mulberry #AC518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

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

R = 43.99%
G = 20.72%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC518A (or 0xAC518A) is known color: Mulberry. HEX triplet: AC, 51 and 8A. RGB value is (172,81,138). Sum of RGB (Red+Green+Blue) = 172+81+138=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC518A is #53AE75. Grayscale: #727272. Windows color (decimal): -5484150 or 9064876. OLE color: 9064876.

HSL color Cylindrical-coordinate representation of color #AC518A: hue angle of 322.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC518A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 138 -
CMYK 0 0.53 0.20 0.33
HSL 322.42º 0.36% 0.5% -
HSV(B) 322.42º 0.53% 0.67% -
XYZ 24.54 16.49 25.93 -
YUV 114.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 172 81 138 0 0.53 0.20 0.33 322.42 0.36 0.5
Hex AC 51 8A 0 35 14 21 142 24 32
Octal 254 121 212 0 65 24 41 502 44 62
Binary 10101100 1010001 10001010 0 110101 10100 100001 101000010 100100 110010

Color Harmonies of #AC518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC518A

Black with #AC518A

Text Example


Text Example

White with #AC518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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