Html Css Color HEX #AC12AF Deep Magenta

📋 copy color: '#AC12AF'

red 172 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #AC12AF

Tints of Deep Magenta #AC12AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 47.12%
G = 4.93%
B = 47.95%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC12AF (or 0xAC12AF) is known color: Deep Magenta. HEX triplet: AC, 12 and AF. RGB value is (172,18,175). Sum of RGB (Red+Green+Blue) = 172+18+175=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC12AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12AF is #53ED50. Grayscale: #515151. Windows color (decimal): -5500241 or 11473580. OLE color: 11473580.

HSL color Cylindrical-coordinate representation of color #AC12AF: hue angle of 298.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC12AF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 18 175 -
CMYK 0.02 0.90 0 0.31
HSL 298.85º 0.81% 0.38% -
HSV(B) 298.85º 0.9% 0.69% -
XYZ 24.97 12.3 41.62 -
YUV 81.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 172 18 175 0.02 0.90 0 0.31 298.85 0.81 0.38
Hex AC 12 AF 2 5A 0 1F 12B 51 26
Octal 254 22 257 2 132 0 37 453 121 46
Binary 10101100 10010 10101111 10 1011010 0 11111 100101011 1010001 100110

Color Harmonies of #AC12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12AF

Black with #AC12AF

Text Example


Text Example

White with #AC12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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