Html Css Color HEX #AC00AA Dark Magenta

📋 copy color: '#AC00AA'

red 172 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #AC00AA

Tints of Dark Magenta #AC00AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 50.29%
G = 0%
B = 49.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC00AA (or 0xAC00AA) is known color: Dark Magenta. HEX triplet: AC, 00 and AA. RGB value is (172,0,170). Sum of RGB (Red+Green+Blue) = 172+0+170=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00AA is #53FF55. Grayscale: #464646. Windows color (decimal): -5504854 or 11141292. OLE color: 11141292.

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

Color convert

RGB 172 0 170 -
CMYK 0 1 0.01 0.33
HSL 300.7º 1% 0.34% -
HSV(B) 300.7º 1% 0.67% -
XYZ 24.27 11.67 39 -
YUV 70.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 172 0 170 0 1 0.01 0.33 300.7 1 0.34
Hex AC 0 AA 0 64 1 21 12D 64 22
Octal 254 0 252 0 144 1 41 455 144 42
Binary 10101100 0 10101010 0 1100100 1 100001 100101101 1100100 100010

Color Harmonies of #AC00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00AA

Black with #AC00AA

Text Example


Text Example

White with #AC00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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