Html Css Color HEX #AC049B Dark Magenta

📋 copy color: '#AC049B'

red 172 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #AC049B

Tints of Dark Magenta #AC049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 51.96%
G = 1.21%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC049B (or 0xAC049B) is known color: Dark Magenta. HEX triplet: AC, 04 and 9B. RGB value is (172,4,155). Sum of RGB (Red+Green+Blue) = 172+4+155=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC049B is #53FB64. Grayscale: #474747. Windows color (decimal): -5503845 or 10159276. OLE color: 10159276.

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

Color convert

RGB 172 4 155 -
CMYK 0 0.98 0.10 0.33
HSL 306.07º 0.95% 0.35% -
HSV(B) 306.07º 0.98% 0.67% -
XYZ 22.97 11.22 31.97 -
YUV 71.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 172 4 155 0 0.98 0.10 0.33 306.07 0.95 0.35
Hex AC 4 9B 0 62 A 21 132 5F 23
Octal 254 4 233 0 142 12 41 462 137 43
Binary 10101100 100 10011011 0 1100010 1010 100001 100110010 1011111 100011

Color Harmonies of #AC049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC049B

Black with #AC049B

Text Example


Text Example

White with #AC049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC049B; }

 p { color: rgb(172,4,155); }

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

background-color css

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

 a { background-color: rgb(172,4,155); }

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

border-color css

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

 span { border-color: rgb(172,4,155); }

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