Html Css Color HEX #AC16AF Deep Magenta

📋 copy color: '#AC16AF'

red 172 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #AC16AF

Tints of Deep Magenta #AC16AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

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

R = 46.61%
G = 5.96%
B = 47.43%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC16AF (or 0xAC16AF) is known color: Deep Magenta. HEX triplet: AC, 16 and AF. RGB value is (172,22,175). Sum of RGB (Red+Green+Blue) = 172+22+175=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16AF is #53E950. Grayscale: #535353. Windows color (decimal): -5499217 or 11474604. OLE color: 11474604.

HSL color Cylindrical-coordinate representation of color #AC16AF: hue angle of 298.82º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC16AF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 22 175 -
CMYK 0.02 0.87 0 0.31
HSL 298.82º 0.78% 0.39% -
HSV(B) 298.82º 0.87% 0.69% -
XYZ 25.04 12.44 41.64 -
YUV 84.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 172 22 175 0.02 0.87 0 0.31 298.82 0.78 0.39
Hex AC 16 AF 2 57 0 1F 12B 4E 27
Octal 254 26 257 2 127 0 37 453 116 47
Binary 10101100 10110 10101111 10 1010111 0 11111 100101011 1001110 100111

Color Harmonies of #AC16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16AF

Black with #AC16AF

Text Example


Text Example

White with #AC16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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