Html Css Color HEX #AC00A0 Dark Magenta

📋 copy color: '#AC00A0'

red 172 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #AC00A0

Tints of Dark Magenta #AC00A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 51.81%
G = 0%
B = 48.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC00A0 (or 0xAC00A0) is known color: Dark Magenta. HEX triplet: AC, 00 and A0. RGB value is (172,0,160). Sum of RGB (Red+Green+Blue) = 172+0+160=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00A0 is #53FF5F. Grayscale: #454545. Windows color (decimal): -5504864 or 10485932. OLE color: 10485932.

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

Color convert

RGB 172 0 160 -
CMYK 0 1 0.07 0.33
HSL 304.19º 1% 0.34% -
HSV(B) 304.19º 1% 0.67% -
XYZ 23.36 11.31 34.21 -
YUV 69.67 178.98 200.99 -
System Red Green Blue C M Y K H S L
Decimal 172 0 160 0 1 0.07 0.33 304.19 1 0.34
Hex AC 0 A0 0 64 7 21 130 64 22
Octal 254 0 240 0 144 7 41 460 144 42
Binary 10101100 0 10100000 0 1100100 111 100001 100110000 1100100 100010

Color Harmonies of #AC00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00A0

Black with #AC00A0

Text Example


Text Example

White with #AC00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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