Html Css Color HEX #AC5592 Mulberry

📋 copy color: '#AC5592'

red 172 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #AC5592

Tints of Mulberry #AC5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 42.68%
G = 21.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC5592 (or 0xAC5592) is known color: Mulberry. HEX triplet: AC, 55 and 92. RGB value is (172,85,146). Sum of RGB (Red+Green+Blue) = 172+85+146=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5592 is #53AA6D. Grayscale: #757575. Windows color (decimal): -5483118 or 9590188. OLE color: 9590188.

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

Color convert

RGB 172 85 146 -
CMYK 0 0.51 0.15 0.33
HSL 317.93º 0.34% 0.5% -
HSV(B) 317.93º 0.51% 0.67% -
XYZ 25.45 17.34 29.2 -
YUV 117.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 172 85 146 0 0.51 0.15 0.33 317.93 0.34 0.5
Hex AC 55 92 0 33 F 21 13E 22 32
Octal 254 125 222 0 63 17 41 476 42 62
Binary 10101100 1010101 10010010 0 110011 1111 100001 100111110 100010 110010

Color Harmonies of #AC5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5592

Black with #AC5592

Text Example


Text Example

White with #AC5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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