Html Css Color HEX #AC028E Dark Magenta

📋 copy color: '#AC028E'

red 172 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #AC028E

Tints of Dark Magenta #AC028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 54.43%
G = 0.63%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC028E (or 0xAC028E) is known color: Dark Magenta. HEX triplet: AC, 02 and 8E. RGB value is (172,2,142). Sum of RGB (Red+Green+Blue) = 172+2+142=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC028E is #53FD71. Grayscale: #444444. Windows color (decimal): -5504370 or 9306796. OLE color: 9306796.

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

Color convert

RGB 172 2 142 -
CMYK 0 0.99 0.17 0.33
HSL 310.59º 0.98% 0.34% -
HSV(B) 310.59º 0.99% 0.67% -
XYZ 21.92 10.77 26.51 -
YUV 68.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 172 2 142 0 0.99 0.17 0.33 310.59 0.98 0.34
Hex AC 2 8E 0 63 11 21 137 62 22
Octal 254 2 216 0 143 21 41 467 142 42
Binary 10101100 10 10001110 0 1100011 10001 100001 100110111 1100010 100010

Color Harmonies of #AC028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC028E

Black with #AC028E

Text Example


Text Example

White with #AC028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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