Html Css Color HEX #AC518C Mulberry

📋 copy color: '#AC518C'

red 172 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #AC518C

Tints of Mulberry #AC518C

RGB

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

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

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

R = 43.77%
G = 20.61%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC518C (or 0xAC518C) is known color: Mulberry. HEX triplet: AC, 51 and 8C. RGB value is (172,81,140). Sum of RGB (Red+Green+Blue) = 172+81+140=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC518C is #53AE73. Grayscale: #727272. Windows color (decimal): -5484148 or 9195948. OLE color: 9195948.

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

Color convert

RGB 172 81 140 -
CMYK 0 0.53 0.19 0.33
HSL 321.1º 0.36% 0.5% -
HSV(B) 321.1º 0.53% 0.67% -
XYZ 24.69 16.55 26.7 -
YUV 114.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 172 81 140 0 0.53 0.19 0.33 321.1 0.36 0.5
Hex AC 51 8C 0 35 13 21 141 24 32
Octal 254 121 214 0 65 23 41 501 44 62
Binary 10101100 1010001 10001100 0 110101 10011 100001 101000001 100100 110010

Color Harmonies of #AC518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC518C

Black with #AC518C

Text Example


Text Example

White with #AC518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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