Html Css Color HEX #AC17A1 Dark Magenta

📋 copy color: '#AC17A1'

red 172 ◦ green 23 ◦ blue 161

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

Shades of Dark Magenta #AC17A1

Tints of Dark Magenta #AC17A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 48.31%
G = 6.46%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC17A1 (or 0xAC17A1) is known color: Dark Magenta. HEX triplet: AC, 17 and A1. RGB value is (172,23,161). Sum of RGB (Red+Green+Blue) = 172+23+161=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17A1 is #53E85E. Grayscale: #525252. Windows color (decimal): -5498975 or 10557356. OLE color: 10557356.

HSL color Cylindrical-coordinate representation of color #AC17A1: hue angle of 304.43º degrees, saturation: 0.76, 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 #AC17A1 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 161 -
CMYK 0 0.87 0.06 0.33
HSL 304.43º 0.76% 0.38% -
HSV(B) 304.43º 0.87% 0.67% -
XYZ 23.75 11.96 34.77 -
YUV 83.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 172 23 161 0 0.87 0.06 0.33 304.43 0.76 0.38
Hex AC 17 A1 0 57 6 21 130 4C 26
Octal 254 27 241 0 127 6 41 460 114 46
Binary 10101100 10111 10100001 0 1010111 110 100001 100110000 1001100 100110

Color Harmonies of #AC17A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17A1

Black with #AC17A1

Text Example


Text Example

White with #AC17A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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