Html Css Color HEX #AC17A4 Dark Magenta

📋 copy color: '#AC17A4'

red 172 ◦ green 23 ◦ blue 164

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

Shades of Dark Magenta #AC17A4

Tints of Dark Magenta #AC17A4

RGB

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

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

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

R = 47.91%
G = 6.41%
B = 45.68%

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

#AC17A4 (or 0xAC17A4) is known color: Dark Magenta. HEX triplet: AC, 17 and A4. RGB value is (172,23,164). Sum of RGB (Red+Green+Blue) = 172+23+164=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17A4 is #53E85B. Grayscale: #535353. Windows color (decimal): -5498972 or 10753964. OLE color: 10753964.

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

Color convert

RGB 172 23 164 -
CMYK 0 0.87 0.05 0.33
HSL 303.22º 0.76% 0.38% -
HSV(B) 303.22º 0.87% 0.67% -
XYZ 24.02 12.06 36.18 -
YUV 83.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 172 23 164 0 0.87 0.05 0.33 303.22 0.76 0.38
Hex AC 17 A4 0 57 5 21 12F 4C 26
Octal 254 27 244 0 127 5 41 457 114 46
Binary 10101100 10111 10100100 0 1010111 101 100001 100101111 1001100 100110

Color Harmonies of #AC17A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17A4

Black with #AC17A4

Text Example


Text Example

White with #AC17A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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