Html Css Color HEX #AC18A5 Dark Magenta

📋 copy color: '#AC18A5'

red 172 ◦ green 24 ◦ blue 165

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

Shades of Dark Magenta #AC18A5

Tints of Dark Magenta #AC18A5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.65%

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 47.65%
G = 6.65%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC18A5 (or 0xAC18A5) is known color: Dark Magenta. HEX triplet: AC, 18 and A5. RGB value is (172,24,165). Sum of RGB (Red+Green+Blue) = 172+24+165=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18A5 is #53E75A. Grayscale: #535353. Windows color (decimal): -5498715 or 10819756. OLE color: 10819756.

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

Color convert

RGB 172 24 165 -
CMYK 0 0.86 0.04 0.33
HSL 302.84º 0.76% 0.38% -
HSV(B) 302.84º 0.86% 0.67% -
XYZ 24.13 12.14 36.67 -
YUV 84.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 172 24 165 0 0.86 0.04 0.33 302.84 0.76 0.38
Hex AC 18 A5 0 56 4 21 12F 4C 26
Octal 254 30 245 0 126 4 41 457 114 46
Binary 10101100 11000 10100101 0 1010110 100 100001 100101111 1001100 100110

Color Harmonies of #AC18A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18A5

Black with #AC18A5

Text Example


Text Example

White with #AC18A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18A5; }

 p { color: rgb(172,24,165); }

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

background-color css

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

 a { background-color: rgb(172,24,165); }

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

border-color css

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

 span { border-color: rgb(172,24,165); }

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