Html Css Color HEX #AC079E Dark Magenta

📋 copy color: '#AC079E'

red 172 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #AC079E

Tints of Dark Magenta #AC079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 51.04%
G = 2.08%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC079E (or 0xAC079E) is known color: Dark Magenta. HEX triplet: AC, 07 and 9E. RGB value is (172,7,158). Sum of RGB (Red+Green+Blue) = 172+7+158=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079E is #53F861. Grayscale: #494949. Windows color (decimal): -5503074 or 10356652. OLE color: 10356652.

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

Color convert

RGB 172 7 158 -
CMYK 0 0.96 0.08 0.33
HSL 305.09º 0.92% 0.35% -
HSV(B) 305.09º 0.96% 0.67% -
XYZ 23.26 11.39 33.32 -
YUV 73.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 172 7 158 0 0.96 0.08 0.33 305.09 0.92 0.35
Hex AC 7 9E 0 60 8 21 131 5C 23
Octal 254 7 236 0 140 10 41 461 134 43
Binary 10101100 111 10011110 0 1100000 1000 100001 100110001 1011100 100011

Color Harmonies of #AC079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC079E

Black with #AC079E

Text Example


Text Example

White with #AC079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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