Html Css Color HEX #AC01AA Dark Magenta

📋 copy color: '#AC01AA'

red 172 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #AC01AA

Tints of Dark Magenta #AC01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 50.15%
G = 0.29%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC01AA (or 0xAC01AA) is known color: Dark Magenta. HEX triplet: AC, 01 and AA. RGB value is (172,1,170). Sum of RGB (Red+Green+Blue) = 172+1+170=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AA is #53FE55. Grayscale: #464646. Windows color (decimal): -5504598 or 11141548. OLE color: 11141548.

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

Color convert

RGB 172 1 170 -
CMYK 0 0.99 0.01 0.33
HSL 300.7º 0.99% 0.34% -
HSV(B) 300.7º 0.99% 0.67% -
XYZ 24.28 11.69 39.01 -
YUV 71.4 183.65 199.76 -
System Red Green Blue C M Y K H S L
Decimal 172 1 170 0 0.99 0.01 0.33 300.7 0.99 0.34
Hex AC 1 AA 0 63 1 21 12D 63 22
Octal 254 1 252 0 143 1 41 455 143 42
Binary 10101100 1 10101010 0 1100011 1 100001 100101101 1100011 100010

Color Harmonies of #AC01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01AA

Black with #AC01AA

Text Example


Text Example

White with #AC01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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