Html Css Color HEX #AC5087 Mulberry

📋 copy color: '#AC5087'

red 172 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #AC5087

Tints of Mulberry #AC5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 44.44%
G = 20.67%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC5087 (or 0xAC5087) is known color: Mulberry. HEX triplet: AC, 50 and 87. RGB value is (172,80,135). Sum of RGB (Red+Green+Blue) = 172+80+135=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5087 is #53AF78. Grayscale: #717171. Windows color (decimal): -5484409 or 8868012. OLE color: 8868012.

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

Color convert

RGB 172 80 135 -
CMYK 0 0.53 0.22 0.33
HSL 324.13º 0.37% 0.49% -
HSV(B) 324.13º 0.53% 0.67% -
XYZ 24.26 16.26 24.78 -
YUV 113.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 172 80 135 0 0.53 0.22 0.33 324.13 0.37 0.49
Hex AC 50 87 0 35 16 21 144 25 31
Octal 254 120 207 0 65 26 41 504 45 61
Binary 10101100 1010000 10000111 0 110101 10110 100001 101000100 100101 110001

Color Harmonies of #AC5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5087

Black with #AC5087

Text Example


Text Example

White with #AC5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5087; }

 p { color: rgb(172,80,135); }

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

background-color css

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

 a { background-color: rgb(172,80,135); }

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

border-color css

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

 span { border-color: rgb(172,80,135); }

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