Html Css Color HEX #AC5290 Mulberry

📋 copy color: '#AC5290'

red 172 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #AC5290

Tints of Mulberry #AC5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 43.22%
G = 20.6%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5290 (or 0xAC5290) is known color: Mulberry. HEX triplet: AC, 52 and 90. RGB value is (172,82,144). Sum of RGB (Red+Green+Blue) = 172+82+144=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5290 is #53AD6F. Grayscale: #737373. Windows color (decimal): -5483888 or 9458348. OLE color: 9458348.

HSL color Cylindrical-coordinate representation of color #AC5290: hue angle of 318.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5290 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 144 -
CMYK 0 0.52 0.16 0.33
HSL 318.67º 0.35% 0.5% -
HSV(B) 318.67º 0.52% 0.67% -
XYZ 25.06 16.82 28.31 -
YUV 115.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 172 82 144 0 0.52 0.16 0.33 318.67 0.35 0.5
Hex AC 52 90 0 34 10 21 13F 23 32
Octal 254 122 220 0 64 20 41 477 43 62
Binary 10101100 1010010 10010000 0 110100 10000 100001 100111111 100011 110010

Color Harmonies of #AC5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5290

Black with #AC5290

Text Example


Text Example

White with #AC5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5290; }

 p { color: rgb(172,82,144); }

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

background-color css

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

 a { background-color: rgb(172,82,144); }

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

border-color css

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

 span { border-color: rgb(172,82,144); }

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