Html Css Color HEX #AC079F Dark Magenta

📋 copy color: '#AC079F'

red 172 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #AC079F

Tints of Dark Magenta #AC079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 50.89%
G = 2.07%
B = 47.04%

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

#AC079F (or 0xAC079F) is known color: Dark Magenta. HEX triplet: AC, 07 and 9F. RGB value is (172,7,159). Sum of RGB (Red+Green+Blue) = 172+7+159=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079F is #53F860. Grayscale: #494949. Windows color (decimal): -5503073 or 10422188. OLE color: 10422188.

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

Color convert

RGB 172 7 159 -
CMYK 0 0.96 0.08 0.33
HSL 304.73º 0.92% 0.35% -
HSV(B) 304.73º 0.96% 0.67% -
XYZ 23.35 11.43 33.78 -
YUV 73.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 172 7 159 0 0.96 0.08 0.33 304.73 0.92 0.35
Hex AC 7 9F 0 60 8 21 131 5C 23
Octal 254 7 237 0 140 10 41 461 134 43
Binary 10101100 111 10011111 0 1100000 1000 100001 100110001 1011100 100011

Color Harmonies of #AC079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC079F

Black with #AC079F

Text Example


Text Example

White with #AC079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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