Html Css Color HEX #AC5092 Mulberry

📋 copy color: '#AC5092'

red 172 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #AC5092

Tints of Mulberry #AC5092

RGB

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

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

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

R = 43.22%
G = 20.1%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC5092 (or 0xAC5092) is known color: Mulberry. HEX triplet: AC, 50 and 92. RGB value is (172,80,146). Sum of RGB (Red+Green+Blue) = 172+80+146=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5092 is #53AF6D. Grayscale: #727272. Windows color (decimal): -5484398 or 9588908. OLE color: 9588908.

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

Color convert

RGB 172 80 146 -
CMYK 0 0.53 0.15 0.33
HSL 316.96º 0.37% 0.49% -
HSV(B) 316.96º 0.53% 0.67% -
XYZ 25.07 16.58 29.07 -
YUV 115.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 172 80 146 0 0.53 0.15 0.33 316.96 0.37 0.49
Hex AC 50 92 0 35 F 21 13D 25 31
Octal 254 120 222 0 65 17 41 475 45 61
Binary 10101100 1010000 10010010 0 110101 1111 100001 100111101 100101 110001

Color Harmonies of #AC5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5092

Black with #AC5092

Text Example


Text Example

White with #AC5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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