Html Css Color HEX #AC16A4 Dark Magenta

📋 copy color: '#AC16A4'

red 172 ◦ green 22 ◦ blue 164

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

Shades of Dark Magenta #AC16A4

Tints of Dark Magenta #AC16A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 48.04%
G = 6.15%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC16A4 (or 0xAC16A4) is known color: Dark Magenta. HEX triplet: AC, 16 and A4. RGB value is (172,22,164). Sum of RGB (Red+Green+Blue) = 172+22+164=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16A4 is #53E95B. Grayscale: #525252. Windows color (decimal): -5499228 or 10753708. OLE color: 10753708.

HSL color Cylindrical-coordinate representation of color #AC16A4: hue angle of 303.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC16A4 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 164 -
CMYK 0 0.87 0.05 0.33
HSL 303.2º 0.77% 0.38% -
HSV(B) 303.2º 0.87% 0.67% -
XYZ 24 12.02 36.18 -
YUV 83.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 172 22 164 0 0.87 0.05 0.33 303.2 0.77 0.38
Hex AC 16 A4 0 57 5 21 12F 4D 26
Octal 254 26 244 0 127 5 41 457 115 46
Binary 10101100 10110 10100100 0 1010111 101 100001 100101111 1001101 100110

Color Harmonies of #AC16A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16A4

Black with #AC16A4

Text Example


Text Example

White with #AC16A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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