Html Css Color HEX #AC1CA9 Dark Magenta

📋 copy color: '#AC1CA9'

red 172 ◦ green 28 ◦ blue 169

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

Shades of Dark Magenta #AC1CA9

Tints of Dark Magenta #AC1CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 169 (66.41% from 255) = 45.8%

R = 46.61%
G = 7.59%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC1CA9 (or 0xAC1CA9) is known color: Dark Magenta. HEX triplet: AC, 1C and A9. RGB value is (172,28,169). Sum of RGB (Red+Green+Blue) = 172+28+169=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CA9 is #53E356. Grayscale: #565656. Windows color (decimal): -5497687 or 11082924. OLE color: 11082924.

HSL color Cylindrical-coordinate representation of color #AC1CA9: hue angle of 301.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CA9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 169 -
CMYK 0 0.84 0.02 0.33
HSL 301.25º 0.72% 0.39% -
HSV(B) 301.25º 0.84% 0.67% -
XYZ 24.59 12.47 38.65 -
YUV 87.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 172 28 169 0 0.84 0.02 0.33 301.25 0.72 0.39
Hex AC 1C A9 0 54 2 21 12D 48 27
Octal 254 34 251 0 124 2 41 455 110 47
Binary 10101100 11100 10101001 0 1010100 10 100001 100101101 1001000 100111

Color Harmonies of #AC1CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CA9

Black with #AC1CA9

Text Example


Text Example

White with #AC1CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CA9; }

 p { color: rgb(172,28,169); }

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

background-color css

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

 a { background-color: rgb(172,28,169); }

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

border-color css

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

 span { border-color: rgb(172,28,169); }

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