Html Css Color HEX #AC1BAA Dark Magenta

📋 copy color: '#AC1BAA'

red 172 ◦ green 27 ◦ blue 170

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

Shades of Dark Magenta #AC1BAA

Tints of Dark Magenta #AC1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 46.61%
G = 7.32%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1BAA (or 0xAC1BAA) is known color: Dark Magenta. HEX triplet: AC, 1B and AA. RGB value is (172,27,170). Sum of RGB (Red+Green+Blue) = 172+27+170=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BAA is #53E455. Grayscale: #565656. Windows color (decimal): -5497942 or 11148204. OLE color: 11148204.

HSL color Cylindrical-coordinate representation of color #AC1BAA: hue angle of 300.83º degrees, saturation: 0.73, 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 #AC1BAA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 170 -
CMYK 0 0.84 0.01 0.33
HSL 300.83º 0.73% 0.39% -
HSV(B) 300.83º 0.84% 0.67% -
XYZ 24.66 12.46 39.13 -
YUV 86.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 172 27 170 0 0.84 0.01 0.33 300.83 0.73 0.39
Hex AC 1B AA 0 54 1 21 12D 49 27
Octal 254 33 252 0 124 1 41 455 111 47
Binary 10101100 11011 10101010 0 1010100 1 100001 100101101 1001001 100111

Color Harmonies of #AC1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BAA

Black with #AC1BAA

Text Example


Text Example

White with #AC1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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