Html Css Color HEX #AC119F Dark Magenta

📋 copy color: '#AC119F'

red 172 ◦ green 17 ◦ blue 159

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

Shades of Dark Magenta #AC119F

Tints of Dark Magenta #AC119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

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

R = 49.43%
G = 4.89%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC119F (or 0xAC119F) is known color: Dark Magenta. HEX triplet: AC, 11 and 9F. RGB value is (172,17,159). Sum of RGB (Red+Green+Blue) = 172+17+159=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC119F is #53EE60. Grayscale: #4F4F4F. Windows color (decimal): -5500513 or 10424748. OLE color: 10424748.

HSL color Cylindrical-coordinate representation of color #AC119F: hue angle of 305.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC119F is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 159 -
CMYK 0 0.90 0.08 0.33
HSL 305.03º 0.82% 0.37% -
HSV(B) 305.03º 0.9% 0.67% -
XYZ 23.47 11.67 33.82 -
YUV 79.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 172 17 159 0 0.90 0.08 0.33 305.03 0.82 0.37
Hex AC 11 9F 0 5A 8 21 131 52 25
Octal 254 21 237 0 132 10 41 461 122 45
Binary 10101100 10001 10011111 0 1011010 1000 100001 100110001 1010010 100101

Color Harmonies of #AC119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC119F

Black with #AC119F

Text Example


Text Example

White with #AC119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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