Html Css Color HEX #AC008D Dark Magenta

📋 copy color: '#AC008D'

red 172 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #AC008D

Tints of Dark Magenta #AC008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 54.95%
G = 0%
B = 45.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC008D (or 0xAC008D) is known color: Dark Magenta. HEX triplet: AC, 00 and 8D. RGB value is (172,0,141). Sum of RGB (Red+Green+Blue) = 172+0+141=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC008D is #53FF72. Grayscale: #434343. Windows color (decimal): -5504883 or 9240748. OLE color: 9240748.

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

Color convert

RGB 172 0 141 -
CMYK 0 1 0.18 0.33
HSL 310.81º 1% 0.34% -
HSV(B) 310.81º 1% 0.67% -
XYZ 21.82 10.69 26.11 -
YUV 67.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 172 0 141 0 1 0.18 0.33 310.81 1 0.34
Hex AC 0 8D 0 64 12 21 137 64 22
Octal 254 0 215 0 144 22 41 467 144 42
Binary 10101100 0 10001101 0 1100100 10010 100001 100110111 1100100 100010

Color Harmonies of #AC008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC008D

Black with #AC008D

Text Example


Text Example

White with #AC008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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