Html Css Color HEX #AC069C Dark Magenta

📋 copy color: '#AC069C'

red 172 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #AC069C

Tints of Dark Magenta #AC069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 51.5%
G = 1.8%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC069C (or 0xAC069C) is known color: Dark Magenta. HEX triplet: AC, 06 and 9C. RGB value is (172,6,156). Sum of RGB (Red+Green+Blue) = 172+6+156=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC069C is #53F963. Grayscale: #484848. Windows color (decimal): -5503332 or 10225324. OLE color: 10225324.

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

Color convert

RGB 172 6 156 -
CMYK 0 0.97 0.09 0.33
HSL 305.78º 0.93% 0.35% -
HSV(B) 305.78º 0.97% 0.67% -
XYZ 23.08 11.3 32.42 -
YUV 72.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 172 6 156 0 0.97 0.09 0.33 305.78 0.93 0.35
Hex AC 6 9C 0 61 9 21 132 5D 23
Octal 254 6 234 0 141 11 41 462 135 43
Binary 10101100 110 10011100 0 1100001 1001 100001 100110010 1011101 100011

Color Harmonies of #AC069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC069C

Black with #AC069C

Text Example


Text Example

White with #AC069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC069C; }

 p { color: rgb(172,6,156); }

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

background-color css

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

 a { background-color: rgb(172,6,156); }

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

border-color css

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

 span { border-color: rgb(172,6,156); }

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