Html Css Color HEX #AC079D Dark Magenta

📋 copy color: '#AC079D'

red 172 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #AC079D

Tints of Dark Magenta #AC079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 51.19%
G = 2.08%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC079D (or 0xAC079D) is known color: Dark Magenta. HEX triplet: AC, 07 and 9D. RGB value is (172,7,157). Sum of RGB (Red+Green+Blue) = 172+7+157=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079D is #53F862. Grayscale: #494949. Windows color (decimal): -5503075 or 10291116. OLE color: 10291116.

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

Color convert

RGB 172 7 157 -
CMYK 0 0.96 0.09 0.33
HSL 305.45º 0.92% 0.35% -
HSV(B) 305.45º 0.96% 0.67% -
XYZ 23.18 11.36 32.87 -
YUV 73.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 172 7 157 0 0.96 0.09 0.33 305.45 0.92 0.35
Hex AC 7 9D 0 60 9 21 131 5C 23
Octal 254 7 235 0 140 11 41 461 134 43
Binary 10101100 111 10011101 0 1100000 1001 100001 100110001 1011100 100011

Color Harmonies of #AC079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC079D

Black with #AC079D

Text Example


Text Example

White with #AC079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC079D; }

 p { color: rgb(172,7,157); }

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

background-color css

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

 a { background-color: rgb(172,7,157); }

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

border-color css

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

 span { border-color: rgb(172,7,157); }

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