Html Css Color HEX #AC00A4 Dark Magenta

📋 copy color: '#AC00A4'

red 172 ◦ green 0 ◦ blue 164

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

Shades of Dark Magenta #AC00A4

Tints of Dark Magenta #AC00A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.81%

R = 51.19%
G = 0%
B = 48.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC00A4 (or 0xAC00A4) is known color: Dark Magenta. HEX triplet: AC, 00 and A4. RGB value is (172,0,164). Sum of RGB (Red+Green+Blue) = 172+0+164=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00A4 is #53FF5B. Grayscale: #454545. Windows color (decimal): -5504860 or 10748076. OLE color: 10748076.

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

Color convert

RGB 172 0 164 -
CMYK 0 1 0.05 0.33
HSL 302.79º 1% 0.34% -
HSV(B) 302.79º 1% 0.67% -
XYZ 23.71 11.45 36.08 -
YUV 70.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 172 0 164 0 1 0.05 0.33 302.79 1 0.34
Hex AC 0 A4 0 64 5 21 12F 64 22
Octal 254 0 244 0 144 5 41 457 144 42
Binary 10101100 0 10100100 0 1100100 101 100001 100101111 1100100 100010

Color Harmonies of #AC00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00A4

Black with #AC00A4

Text Example


Text Example

White with #AC00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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