Html Css Color HEX #AC038E Dark Magenta

📋 copy color: '#AC038E'

red 172 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #AC038E

Tints of Dark Magenta #AC038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 142 (55.86% from 255) = 44.79%

R = 54.26%
G = 0.95%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC038E (or 0xAC038E) is known color: Dark Magenta. HEX triplet: AC, 03 and 8E. RGB value is (172,3,142). Sum of RGB (Red+Green+Blue) = 172+3+142=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC038E is #53FC71. Grayscale: #444444. Windows color (decimal): -5504114 or 9307052. OLE color: 9307052.

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

Color convert

RGB 172 3 142 -
CMYK 0 0.98 0.17 0.33
HSL 310.65º 0.97% 0.34% -
HSV(B) 310.65º 0.98% 0.67% -
XYZ 21.93 10.79 26.52 -
YUV 69.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 172 3 142 0 0.98 0.17 0.33 310.65 0.97 0.34
Hex AC 3 8E 0 62 11 21 137 61 22
Octal 254 3 216 0 142 21 41 467 141 42
Binary 10101100 11 10001110 0 1100010 10001 100001 100110111 1100001 100010

Color Harmonies of #AC038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC038E

Black with #AC038E

Text Example


Text Example

White with #AC038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC038E; }

 p { color: rgb(172,3,142); }

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

background-color css

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

 a { background-color: rgb(172,3,142); }

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

border-color css

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

 span { border-color: rgb(172,3,142); }

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