Html Css Color HEX #AC028C Dark Magenta

📋 copy color: '#AC028C'

red 172 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #AC028C

Tints of Dark Magenta #AC028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 54.78%
G = 0.64%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC028C (or 0xAC028C) is known color: Dark Magenta. HEX triplet: AC, 02 and 8C. RGB value is (172,2,140). Sum of RGB (Red+Green+Blue) = 172+2+140=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC028C is #53FD73. Grayscale: #444444. Windows color (decimal): -5504372 or 9175724. OLE color: 9175724.

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

Color convert

RGB 172 2 140 -
CMYK 0 0.99 0.19 0.33
HSL 311.29º 0.98% 0.34% -
HSV(B) 311.29º 0.99% 0.67% -
XYZ 21.77 10.71 25.73 -
YUV 68.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 172 2 140 0 0.99 0.19 0.33 311.29 0.98 0.34
Hex AC 2 8C 0 63 13 21 137 62 22
Octal 254 2 214 0 143 23 41 467 142 42
Binary 10101100 10 10001100 0 1100011 10011 100001 100110111 1100010 100010

Color Harmonies of #AC028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC028C

Black with #AC028C

Text Example


Text Example

White with #AC028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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