Html Css Color HEX #AC12A0 Dark Magenta

📋 copy color: '#AC12A0'

red 172 ◦ green 18 ◦ blue 160

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

Shades of Dark Magenta #AC12A0

Tints of Dark Magenta #AC12A0

RGB

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

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

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

R = 49.14%
G = 5.14%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC12A0 (or 0xAC12A0) is known color: Dark Magenta. HEX triplet: AC, 12 and A0. RGB value is (172,18,160). Sum of RGB (Red+Green+Blue) = 172+18+160=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12A0 is #53ED5F. Grayscale: #4F4F4F. Windows color (decimal): -5500256 or 10490540. OLE color: 10490540.

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

Color convert

RGB 172 18 160 -
CMYK 0 0.90 0.07 0.33
HSL 304.68º 0.81% 0.37% -
HSV(B) 304.68º 0.9% 0.67% -
XYZ 23.57 11.74 34.28 -
YUV 80.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 172 18 160 0 0.90 0.07 0.33 304.68 0.81 0.37
Hex AC 12 A0 0 5A 7 21 131 51 25
Octal 254 22 240 0 132 7 41 461 121 45
Binary 10101100 10010 10100000 0 1011010 111 100001 100110001 1010001 100101

Color Harmonies of #AC12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12A0

Black with #AC12A0

Text Example


Text Example

White with #AC12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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