Html Css Color HEX #AC1AAC Deep Magenta

📋 copy color: '#AC1AAC'

red 172 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #AC1AAC

Tints of Deep Magenta #AC1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 46.49%
G = 7.03%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC1AAC (or 0xAC1AAC) is known color: Deep Magenta. HEX triplet: AC, 1A and AC. RGB value is (172,26,172). Sum of RGB (Red+Green+Blue) = 172+26+172=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAC is #53E553. Grayscale: #555555. Windows color (decimal): -5498196 or 11279020. OLE color: 11279020.

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

Color convert

RGB 172 26 172 -
CMYK 0 0.85 0 0.33
HSL 300º 0.74% 0.39% -
HSV(B) 300º 0.85% 0.67% -
XYZ 24.83 12.49 40.13 -
YUV 86.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 172 26 172 0 0.85 0 0.33 300 0.74 0.39
Hex AC 1A AC 0 55 0 21 12C 4A 27
Octal 254 32 254 0 125 0 41 454 112 47
Binary 10101100 11010 10101100 0 1010101 0 100001 100101100 1001010 100111

Color Harmonies of #AC1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AAC

Black with #AC1AAC

Text Example


Text Example

White with #AC1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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