Html Css Color HEX #AC1BA6 Dark Magenta

📋 copy color: '#AC1BA6'

red 172 ◦ green 27 ◦ blue 166

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

Shades of Dark Magenta #AC1BA6

Tints of Dark Magenta #AC1BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 47.12%
G = 7.4%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC1BA6 (or 0xAC1BA6) is known color: Dark Magenta. HEX triplet: AC, 1B and A6. RGB value is (172,27,166). Sum of RGB (Red+Green+Blue) = 172+27+166=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA6 is #53E459. Grayscale: #555555. Windows color (decimal): -5497946 or 10886060. OLE color: 10886060.

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

Color convert

RGB 172 27 166 -
CMYK 0 0.84 0.03 0.33
HSL 302.48º 0.73% 0.39% -
HSV(B) 302.48º 0.84% 0.67% -
XYZ 24.29 12.31 37.17 -
YUV 86.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 172 27 166 0 0.84 0.03 0.33 302.48 0.73 0.39
Hex AC 1B A6 0 54 3 21 12E 49 27
Octal 254 33 246 0 124 3 41 456 111 47
Binary 10101100 11011 10100110 0 1010100 11 100001 100101110 1001001 100111

Color Harmonies of #AC1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BA6

Black with #AC1BA6

Text Example


Text Example

White with #AC1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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