Html Css Color HEX #AC1AA8 Dark Magenta

📋 copy color: '#AC1AA8'

red 172 ◦ green 26 ◦ blue 168

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

Shades of Dark Magenta #AC1AA8

Tints of Dark Magenta #AC1AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.9%

R = 46.99%
G = 7.1%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC1AA8 (or 0xAC1AA8) is known color: Dark Magenta. HEX triplet: AC, 1A and A8. RGB value is (172,26,168). Sum of RGB (Red+Green+Blue) = 172+26+168=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AA8 is #53E557. Grayscale: #555555. Windows color (decimal): -5498200 or 11016876. OLE color: 11016876.

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

Color convert

RGB 172 26 168 -
CMYK 0 0.85 0.02 0.33
HSL 301.64º 0.74% 0.39% -
HSV(B) 301.64º 0.85% 0.67% -
XYZ 24.45 12.34 38.14 -
YUV 85.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 172 26 168 0 0.85 0.02 0.33 301.64 0.74 0.39
Hex AC 1A A8 0 55 2 21 12E 4A 27
Octal 254 32 250 0 125 2 41 456 112 47
Binary 10101100 11010 10101000 0 1010101 10 100001 100101110 1001010 100111

Color Harmonies of #AC1AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AA8

Black with #AC1AA8

Text Example


Text Example

White with #AC1AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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