Html Css Color HEX #AC12AA Dark Magenta

📋 copy color: '#AC12AA'

red 172 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #AC12AA

Tints of Dark Magenta #AC12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 47.78%
G = 5%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC12AA (or 0xAC12AA) is known color: Dark Magenta. HEX triplet: AC, 12 and AA. RGB value is (172,18,170). Sum of RGB (Red+Green+Blue) = 172+18+170=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12AA is #53ED55. Grayscale: #505050. Windows color (decimal): -5500246 or 11145900. OLE color: 11145900.

HSL color Cylindrical-coordinate representation of color #AC12AA: hue angle of 300.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC12AA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 170 -
CMYK 0 0.90 0.01 0.33
HSL 300.78º 0.81% 0.37% -
HSV(B) 300.78º 0.9% 0.67% -
XYZ 24.49 12.11 39.08 -
YUV 81.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 172 18 170 0 0.90 0.01 0.33 300.78 0.81 0.37
Hex AC 12 AA 0 5A 1 21 12D 51 25
Octal 254 22 252 0 132 1 41 455 121 45
Binary 10101100 10010 10101010 0 1011010 1 100001 100101101 1010001 100101

Color Harmonies of #AC12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12AA

Black with #AC12AA

Text Example


Text Example

White with #AC12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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