Html Css Color HEX #AC008C Dark Magenta

📋 copy color: '#AC008C'

red 172 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #AC008C

Tints of Dark Magenta #AC008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.13%
G = 0%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC008C (or 0xAC008C) is known color: Dark Magenta. HEX triplet: AC, 00 and 8C. RGB value is (172,0,140). Sum of RGB (Red+Green+Blue) = 172+0+140=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC008C is #53FF73. Grayscale: #434343. Windows color (decimal): -5504884 or 9175212. OLE color: 9175212.

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

Color convert

RGB 172 0 140 -
CMYK 0 1 0.19 0.33
HSL 311.16º 1% 0.34% -
HSV(B) 311.16º 1% 0.67% -
XYZ 21.75 10.66 25.72 -
YUV 67.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 172 0 140 0 1 0.19 0.33 311.16 1 0.34
Hex AC 0 8C 0 64 13 21 137 64 22
Octal 254 0 214 0 144 23 41 467 144 42
Binary 10101100 0 10001100 0 1100100 10011 100001 100110111 1100100 100010

Color Harmonies of #AC008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC008C

Black with #AC008C

Text Example


Text Example

White with #AC008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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