Html Css Color HEX #AC17AF Deep Magenta

📋 copy color: '#AC17AF'

red 172 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #AC17AF

Tints of Deep Magenta #AC17AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

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

R = 46.49%
G = 6.22%
B = 47.3%

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

#AC17AF (or 0xAC17AF) is known color: Deep Magenta. HEX triplet: AC, 17 and AF. RGB value is (172,23,175). Sum of RGB (Red+Green+Blue) = 172+23+175=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC17AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17AF is #53E850. Grayscale: #545454. Windows color (decimal): -5498961 or 11474860. OLE color: 11474860.

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

Color convert

RGB 172 23 175 -
CMYK 0.02 0.87 0 0.31
HSL 298.82º 0.77% 0.39% -
HSV(B) 298.82º 0.87% 0.69% -
XYZ 25.06 12.48 41.65 -
YUV 84.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 172 23 175 0.02 0.87 0 0.31 298.82 0.77 0.39
Hex AC 17 AF 2 57 0 1F 12B 4D 27
Octal 254 27 257 2 127 0 37 453 115 47
Binary 10101100 10111 10101111 10 1010111 0 11111 100101011 1001101 100111

Color Harmonies of #AC17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17AF

Black with #AC17AF

Text Example


Text Example

White with #AC17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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