Html Css Color HEX #AC12A1 Dark Magenta

📋 copy color: '#AC12A1'

red 172 ◦ green 18 ◦ blue 161

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

Shades of Dark Magenta #AC12A1

Tints of Dark Magenta #AC12A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.87%

R = 49%
G = 5.13%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC12A1 (or 0xAC12A1) is known color: Dark Magenta. HEX triplet: AC, 12 and A1. RGB value is (172,18,161). Sum of RGB (Red+Green+Blue) = 172+18+161=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12A1 is #53ED5E. Grayscale: #4F4F4F. Windows color (decimal): -5500255 or 10556076. OLE color: 10556076.

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

Color convert

RGB 172 18 161 -
CMYK 0 0.90 0.06 0.33
HSL 304.29º 0.81% 0.37% -
HSV(B) 304.29º 0.9% 0.67% -
XYZ 23.66 11.78 34.74 -
YUV 80.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 172 18 161 0 0.90 0.06 0.33 304.29 0.81 0.37
Hex AC 12 A1 0 5A 6 21 130 51 25
Octal 254 22 241 0 132 6 41 460 121 45
Binary 10101100 10010 10100001 0 1011010 110 100001 100110000 1010001 100101

Color Harmonies of #AC12A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12A1

Black with #AC12A1

Text Example


Text Example

White with #AC12A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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