Html Css Color HEX #AC009F Dark Magenta

📋 copy color: '#AC009F'

red 172 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #AC009F

Tints of Dark Magenta #AC009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 51.96%
G = 0%
B = 48.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC009F (or 0xAC009F) is known color: Dark Magenta. HEX triplet: AC, 00 and 9F. RGB value is (172,0,159). Sum of RGB (Red+Green+Blue) = 172+0+159=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009F is #53FF60. Grayscale: #454545. Windows color (decimal): -5504865 or 10420396. OLE color: 10420396.

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

Color convert

RGB 172 0 159 -
CMYK 0 1 0.08 0.33
HSL 304.53º 1% 0.34% -
HSV(B) 304.53º 1% 0.67% -
XYZ 23.27 11.27 33.75 -
YUV 69.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 172 0 159 0 1 0.08 0.33 304.53 1 0.34
Hex AC 0 9F 0 64 8 21 131 64 22
Octal 254 0 237 0 144 10 41 461 144 42
Binary 10101100 0 10011111 0 1100100 1000 100001 100110001 1100100 100010

Color Harmonies of #AC009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC009F

Black with #AC009F

Text Example


Text Example

White with #AC009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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