Html Css Color HEX #AC049A Dark Magenta

📋 copy color: '#AC049A'

red 172 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #AC049A

Tints of Dark Magenta #AC049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 52.12%
G = 1.21%
B = 46.67%

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

#AC049A (or 0xAC049A) is known color: Dark Magenta. HEX triplet: AC, 04 and 9A. RGB value is (172,4,154). Sum of RGB (Red+Green+Blue) = 172+4+154=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC049A is #53FB65. Grayscale: #464646. Windows color (decimal): -5503846 or 10093740. OLE color: 10093740.

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

Color convert

RGB 172 4 154 -
CMYK 0 0.98 0.10 0.33
HSL 306.43º 0.95% 0.35% -
HSV(B) 306.43º 0.98% 0.67% -
XYZ 22.89 11.19 31.53 -
YUV 71.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 172 4 154 0 0.98 0.10 0.33 306.43 0.95 0.35
Hex AC 4 9A 0 62 A 21 132 5F 23
Octal 254 4 232 0 142 12 41 462 137 43
Binary 10101100 100 10011010 0 1100010 1010 100001 100110010 1011111 100011

Color Harmonies of #AC049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC049A

Black with #AC049A

Text Example


Text Example

White with #AC049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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