Html Css Color HEX #AC1AAA Dark Magenta

📋 copy color: '#AC1AAA'

red 172 ◦ green 26 ◦ blue 170

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

Shades of Dark Magenta #AC1AAA

Tints of Dark Magenta #AC1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 46.74%
G = 7.07%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1AAA (or 0xAC1AAA) is known color: Dark Magenta. HEX triplet: AC, 1A and AA. RGB value is (172,26,170). Sum of RGB (Red+Green+Blue) = 172+26+170=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAA is #53E555. Grayscale: #555555. Windows color (decimal): -5498198 or 11147948. OLE color: 11147948.

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

Color convert

RGB 172 26 170 -
CMYK 0 0.85 0.01 0.33
HSL 300.82º 0.74% 0.39% -
HSV(B) 300.82º 0.85% 0.67% -
XYZ 24.64 12.41 39.13 -
YUV 86.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 172 26 170 0 0.85 0.01 0.33 300.82 0.74 0.39
Hex AC 1A AA 0 55 1 21 12D 4A 27
Octal 254 32 252 0 125 1 41 455 112 47
Binary 10101100 11010 10101010 0 1010101 1 100001 100101101 1001010 100111

Color Harmonies of #AC1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AAA

Black with #AC1AAA

Text Example


Text Example

White with #AC1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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