Html Css Color HEX #AC008F Dark Magenta

📋 copy color: '#AC008F'

red 172 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #AC008F

Tints of Dark Magenta #AC008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 54.6%
G = 0%
B = 45.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC008F (or 0xAC008F) is known color: Dark Magenta. HEX triplet: AC, 00 and 8F. RGB value is (172,0,143). Sum of RGB (Red+Green+Blue) = 172+0+143=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC008F is #53FF70. Grayscale: #434343. Windows color (decimal): -5504881 or 9371820. OLE color: 9371820.

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

Color convert

RGB 172 0 143 -
CMYK 0 1 0.17 0.33
HSL 310.12º 1% 0.34% -
HSV(B) 310.12º 1% 0.67% -
XYZ 21.97 10.75 26.9 -
YUV 67.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 172 0 143 0 1 0.17 0.33 310.12 1 0.34
Hex AC 0 8F 0 64 11 21 136 64 22
Octal 254 0 217 0 144 21 41 466 144 42
Binary 10101100 0 10001111 0 1100100 10001 100001 100110110 1100100 100010

Color Harmonies of #AC008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC008F

Black with #AC008F

Text Example


Text Example

White with #AC008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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