Html Css Color HEX #AC139D Dark Magenta

📋 copy color: '#AC139D'

red 172 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #AC139D

Tints of Dark Magenta #AC139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

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

R = 49.43%
G = 5.46%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC139D (or 0xAC139D) is known color: Dark Magenta. HEX triplet: AC, 13 and 9D. RGB value is (172,19,157). Sum of RGB (Red+Green+Blue) = 172+19+157=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC139D is #53EC62. Grayscale: #505050. Windows color (decimal): -5500003 or 10294188. OLE color: 10294188.

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

Color convert

RGB 172 19 157 -
CMYK 0 0.89 0.09 0.33
HSL 305.88º 0.8% 0.37% -
HSV(B) 305.88º 0.89% 0.67% -
XYZ 23.33 11.67 32.92 -
YUV 80.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 172 19 157 0 0.89 0.09 0.33 305.88 0.8 0.37
Hex AC 13 9D 0 59 9 21 132 50 25
Octal 254 23 235 0 131 11 41 462 120 45
Binary 10101100 10011 10011101 0 1011001 1001 100001 100110010 1010000 100101

Color Harmonies of #AC139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC139D

Black with #AC139D

Text Example


Text Example

White with #AC139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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