Html Css Color HEX #AC16B1 Deep Magenta

📋 copy color: '#AC16B1'

red 172 ◦ green 22 ◦ blue 177

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

Shades of Deep Magenta #AC16B1

Tints of Deep Magenta #AC16B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.71%

R = 46.36%
G = 5.93%
B = 47.71%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC16B1 (or 0xAC16B1) is known color: Deep Magenta. HEX triplet: AC, 16 and B1. RGB value is (172,22,177). Sum of RGB (Red+Green+Blue) = 172+22+177=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC16B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16B1 is #53E94E. Grayscale: #545454. Windows color (decimal): -5499215 or 11605676. OLE color: 11605676.

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

Color convert

RGB 172 22 177 -
CMYK 0.03 0.88 0 0.31
HSL 298.06º 0.78% 0.39% -
HSV(B) 298.06º 0.88% 0.69% -
XYZ 25.24 12.52 42.68 -
YUV 84.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 172 22 177 0.03 0.88 0 0.31 298.06 0.78 0.39
Hex AC 16 B1 3 58 0 1F 12A 4E 27
Octal 254 26 261 3 130 0 37 452 116 47
Binary 10101100 10110 10110001 11 1011000 0 11111 100101010 1001110 100111

Color Harmonies of #AC16B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16B1

Black with #AC16B1

Text Example


Text Example

White with #AC16B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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