Html Css Color HEX #AC5992 Mulberry

📋 copy color: '#AC5992'

red 172 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #AC5992

Tints of Mulberry #AC5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 42.26%
G = 21.87%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC5992 (or 0xAC5992) is known color: Mulberry. HEX triplet: AC, 59 and 92. RGB value is (172,89,146). Sum of RGB (Red+Green+Blue) = 172+89+146=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5992 is #53A66D. Grayscale: #787878. Windows color (decimal): -5482094 or 9591212. OLE color: 9591212.

HSL color Cylindrical-coordinate representation of color #AC5992: hue angle of 318.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5992 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 146 -
CMYK 0 0.48 0.15 0.33
HSL 318.8º 0.33% 0.51% -
HSV(B) 318.8º 0.48% 0.67% -
XYZ 25.77 17.99 29.31 -
YUV 120.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 172 89 146 0 0.48 0.15 0.33 318.8 0.33 0.51
Hex AC 59 92 0 30 F 21 13F 21 33
Octal 254 131 222 0 60 17 41 477 41 63
Binary 10101100 1011001 10010010 0 110000 1111 100001 100111111 100001 110011

Color Harmonies of #AC5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5992

Black with #AC5992

Text Example


Text Example

White with #AC5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5992; }

 p { color: rgb(172,89,146); }

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

background-color css

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

 a { background-color: rgb(172,89,146); }

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

border-color css

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

 span { border-color: rgb(172,89,146); }

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