Html Css Color HEX #AC11AF Deep Magenta

📋 copy color: '#AC11AF'

red 172 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #AC11AF

Tints of Deep Magenta #AC11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 47.25%
G = 4.67%
B = 48.08%

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

#AC11AF (or 0xAC11AF) is known color: Deep Magenta. HEX triplet: AC, 11 and AF. RGB value is (172,17,175). Sum of RGB (Red+Green+Blue) = 172+17+175=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11AF is #53EE50. Grayscale: #505050. Windows color (decimal): -5500497 or 11473324. OLE color: 11473324.

HSL color Cylindrical-coordinate representation of color #AC11AF: hue angle of 298.86º degrees, saturation: 0.82, 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 #AC11AF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 17 175 -
CMYK 0.02 0.90 0 0.31
HSL 298.86º 0.82% 0.38% -
HSV(B) 298.86º 0.9% 0.69% -
XYZ 24.95 12.27 41.61 -
YUV 81.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 172 17 175 0.02 0.90 0 0.31 298.86 0.82 0.38
Hex AC 11 AF 2 5A 0 1F 12B 52 26
Octal 254 21 257 2 132 0 37 453 122 46
Binary 10101100 10001 10101111 10 1011010 0 11111 100101011 1010010 100110

Color Harmonies of #AC11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11AF

Black with #AC11AF

Text Example


Text Example

White with #AC11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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