Html Css Color HEX #AC17A8 Dark Magenta

📋 copy color: '#AC17A8'

red 172 ◦ green 23 ◦ blue 168

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

Shades of Dark Magenta #AC17A8

Tints of Dark Magenta #AC17A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.28%

R = 47.38%
G = 6.34%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC17A8 (or 0xAC17A8) is known color: Dark Magenta. HEX triplet: AC, 17 and A8. RGB value is (172,23,168). Sum of RGB (Red+Green+Blue) = 172+23+168=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17A8 is #53E857. Grayscale: #535353. Windows color (decimal): -5498968 or 11016108. OLE color: 11016108.

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

Color convert

RGB 172 23 168 -
CMYK 0 0.87 0.02 0.33
HSL 301.61º 0.76% 0.38% -
HSV(B) 301.61º 0.87% 0.67% -
XYZ 24.39 12.21 38.12 -
YUV 84.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 172 23 168 0 0.87 0.02 0.33 301.61 0.76 0.38
Hex AC 17 A8 0 57 2 21 12E 4C 26
Octal 254 27 250 0 127 2 41 456 114 46
Binary 10101100 10111 10101000 0 1010111 10 100001 100101110 1001100 100110

Color Harmonies of #AC17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17A8

Black with #AC17A8

Text Example


Text Example

White with #AC17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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