Html Css Color HEX #AC5486 Mulberry

📋 copy color: '#AC5486'

red 172 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #AC5486

Tints of Mulberry #AC5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 44.1%
G = 21.54%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC5486 (or 0xAC5486) is known color: Mulberry. HEX triplet: AC, 54 and 86. RGB value is (172,84,134). Sum of RGB (Red+Green+Blue) = 172+84+134=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5486 is #53AB79. Grayscale: #737373. Windows color (decimal): -5483386 or 8803500. OLE color: 8803500.

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

Color convert

RGB 172 84 134 -
CMYK 0 0.51 0.22 0.33
HSL 325.91º 0.35% 0.5% -
HSV(B) 325.91º 0.51% 0.67% -
XYZ 24.49 16.83 24.51 -
YUV 116.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 172 84 134 0 0.51 0.22 0.33 325.91 0.35 0.5
Hex AC 54 86 0 33 16 21 146 23 32
Octal 254 124 206 0 63 26 41 506 43 62
Binary 10101100 1010100 10000110 0 110011 10110 100001 101000110 100011 110010

Color Harmonies of #AC5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5486

Black with #AC5486

Text Example


Text Example

White with #AC5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5486; }

 p { color: rgb(172,84,134); }

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

background-color css

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

 a { background-color: rgb(172,84,134); }

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

border-color css

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

 span { border-color: rgb(172,84,134); }

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