Html Css Color HEX #AC009A Dark Magenta

📋 copy color: '#AC009A'

red 172 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #AC009A

Tints of Dark Magenta #AC009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 52.76%
G = 0%
B = 47.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC009A (or 0xAC009A) is known color: Dark Magenta. HEX triplet: AC, 00 and 9A. RGB value is (172,0,154). Sum of RGB (Red+Green+Blue) = 172+0+154=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009A is #53FF65. Grayscale: #444444. Windows color (decimal): -5504870 or 10092716. OLE color: 10092716.

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

Color convert

RGB 172 0 154 -
CMYK 0 1 0.10 0.33
HSL 306.28º 1% 0.34% -
HSV(B) 306.28º 1% 0.67% -
XYZ 22.85 11.1 31.51 -
YUV 68.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 172 0 154 0 1 0.10 0.33 306.28 1 0.34
Hex AC 0 9A 0 64 A 21 132 64 22
Octal 254 0 232 0 144 12 41 462 144 42
Binary 10101100 0 10011010 0 1100100 1010 100001 100110010 1100100 100010

Color Harmonies of #AC009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC009A

Black with #AC009A

Text Example


Text Example

White with #AC009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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