Html Css Color HEX #AC18AA Dark Magenta

📋 copy color: '#AC18AA'

red 172 ◦ green 24 ◦ blue 170

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

Shades of Dark Magenta #AC18AA

Tints of Dark Magenta #AC18AA

RGB

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

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

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

R = 46.99%
G = 6.56%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC18AA (or 0xAC18AA) is known color: Dark Magenta. HEX triplet: AC, 18 and AA. RGB value is (172,24,170). Sum of RGB (Red+Green+Blue) = 172+24+170=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18AA is #53E755. Grayscale: #545454. Windows color (decimal): -5498710 or 11147436. OLE color: 11147436.

HSL color Cylindrical-coordinate representation of color #AC18AA: 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.86%. Process color model (Four color, CMYK) of #AC18AA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 170 -
CMYK 0 0.86 0.01 0.33
HSL 300.81º 0.76% 0.38% -
HSV(B) 300.81º 0.86% 0.67% -
XYZ 24.6 12.33 39.11 -
YUV 84.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 172 24 170 0 0.86 0.01 0.33 300.81 0.76 0.38
Hex AC 18 AA 0 56 1 21 12D 4C 26
Octal 254 30 252 0 126 1 41 455 114 46
Binary 10101100 11000 10101010 0 1010110 1 100001 100101101 1001100 100110

Color Harmonies of #AC18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18AA

Black with #AC18AA

Text Example


Text Example

White with #AC18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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