Html Css Color HEX #AC17AA Dark Magenta

📋 copy color: '#AC17AA'

red 172 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #AC17AA

Tints of Dark Magenta #AC17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 47.12%
G = 6.3%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC17AA (or 0xAC17AA) is known color: Dark Magenta. HEX triplet: AC, 17 and AA. RGB value is (172,23,170). Sum of RGB (Red+Green+Blue) = 172+23+170=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17AA is #53E855. Grayscale: #535353. Windows color (decimal): -5498966 or 11147180. OLE color: 11147180.

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

Color convert

RGB 172 23 170 -
CMYK 0 0.87 0.01 0.33
HSL 300.81º 0.76% 0.38% -
HSV(B) 300.81º 0.87% 0.67% -
XYZ 24.58 12.29 39.11 -
YUV 84.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 172 23 170 0 0.87 0.01 0.33 300.81 0.76 0.38
Hex AC 17 AA 0 57 1 21 12D 4C 26
Octal 254 27 252 0 127 1 41 455 114 46
Binary 10101100 10111 10101010 0 1010111 1 100001 100101101 1001100 100110

Color Harmonies of #AC17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17AA

Black with #AC17AA

Text Example


Text Example

White with #AC17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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