Html Css Color HEX #AC109C Dark Magenta

📋 copy color: '#AC109C'

red 172 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #AC109C

Tints of Dark Magenta #AC109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 50%
G = 4.65%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC109C (or 0xAC109C) is known color: Dark Magenta. HEX triplet: AC, 10 and 9C. RGB value is (172,16,156). Sum of RGB (Red+Green+Blue) = 172+16+156=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC109C is #53EF63. Grayscale: #4E4E4E. Windows color (decimal): -5500772 or 10227884. OLE color: 10227884.

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

Color convert

RGB 172 16 156 -
CMYK 0 0.91 0.09 0.33
HSL 306.15º 0.83% 0.37% -
HSV(B) 306.15º 0.91% 0.67% -
XYZ 23.2 11.54 32.46 -
YUV 78.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 172 16 156 0 0.91 0.09 0.33 306.15 0.83 0.37
Hex AC 10 9C 0 5B 9 21 132 53 25
Octal 254 20 234 0 133 11 41 462 123 45
Binary 10101100 10000 10011100 0 1011011 1001 100001 100110010 1010011 100101

Color Harmonies of #AC109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC109C

Black with #AC109C

Text Example


Text Example

White with #AC109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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