Html Css Color HEX #AA00AC Dark Magenta

📋 copy color: '#AA00AC'

red 170 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #AA00AC

Tints of Dark Magenta #AA00AC

RGB

 RED value IS 170 (66.8% from 255) = 49.71%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.71%
G = 0%
B = 50.29%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA00AC (or 0xAA00AC) is known color: Dark Magenta. HEX triplet: AA, 00 and AC. RGB value is (170,0,172). Sum of RGB (Red+Green+Blue) = 170+0+172=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AC is #55FF53. Grayscale: #454545. Windows color (decimal): -5635924 or 11272362. OLE color: 11272362.

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

Color convert

RGB 170 0 172 -
CMYK 0.01 1 0 0.33
HSL 299.3º 1% 0.34% -
HSV(B) 299.3º 1% 0.67% -
XYZ 24.02 11.52 39.99 -
YUV 70.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 170 0 172 0.01 1 0 0.33 299.3 1 0.34
Hex AA 0 AC 1 64 0 21 12B 64 22
Octal 252 0 254 1 144 0 41 453 144 42
Binary 10101010 0 10101100 1 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #AA00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AC

Black with #AA00AC

Text Example


Text Example

White with #AA00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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