Html Css Color HEX #AC109D Dark Magenta

📋 copy color: '#AC109D'

red 172 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #AC109D

Tints of Dark Magenta #AC109D

RGB

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

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

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

R = 49.86%
G = 4.64%
B = 45.51%

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

#AC109D (or 0xAC109D) is known color: Dark Magenta. HEX triplet: AC, 10 and 9D. RGB value is (172,16,157). Sum of RGB (Red+Green+Blue) = 172+16+157=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC109D is #53EF62. Grayscale: #4E4E4E. Windows color (decimal): -5500771 or 10293420. OLE color: 10293420.

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

Color convert

RGB 172 16 157 -
CMYK 0 0.91 0.09 0.33
HSL 305.77º 0.83% 0.37% -
HSV(B) 305.77º 0.91% 0.67% -
XYZ 23.28 11.58 32.91 -
YUV 78.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 172 16 157 0 0.91 0.09 0.33 305.77 0.83 0.37
Hex AC 10 9D 0 5B 9 21 132 53 25
Octal 254 20 235 0 133 11 41 462 123 45
Binary 10101100 10000 10011101 0 1011011 1001 100001 100110010 1010011 100101

Color Harmonies of #AC109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC109D

Black with #AC109D

Text Example


Text Example

White with #AC109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC109D; }

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

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

background-color css

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

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

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

border-color css

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

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

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