Html Css Color HEX #AC5492 Mulberry

📋 copy color: '#AC5492'

red 172 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #AC5492

Tints of Mulberry #AC5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 42.79%
G = 20.9%
B = 36.32%

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

#AC5492 (or 0xAC5492) is known color: Mulberry. HEX triplet: AC, 54 and 92. RGB value is (172,84,146). Sum of RGB (Red+Green+Blue) = 172+84+146=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5492 is #53AB6D. Grayscale: #757575. Windows color (decimal): -5483374 or 9589932. OLE color: 9589932.

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

Color convert

RGB 172 84 146 -
CMYK 0 0.51 0.15 0.33
HSL 317.73º 0.35% 0.5% -
HSV(B) 317.73º 0.51% 0.67% -
XYZ 25.37 17.19 29.17 -
YUV 117.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 172 84 146 0 0.51 0.15 0.33 317.73 0.35 0.5
Hex AC 54 92 0 33 F 21 13E 23 32
Octal 254 124 222 0 63 17 41 476 43 62
Binary 10101100 1010100 10010010 0 110011 1111 100001 100111110 100011 110010

Color Harmonies of #AC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5492

Black with #AC5492

Text Example


Text Example

White with #AC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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