Html Css Color HEX #AA07AC Dark Magenta

📋 copy color: '#AA07AC'

red 170 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #AA07AC

Tints of Dark Magenta #AA07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 48.71%
G = 2.01%
B = 49.28%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA07AC (or 0xAA07AC) is known color: Dark Magenta. HEX triplet: AA, 07 and AC. RGB value is (170,7,172). Sum of RGB (Red+Green+Blue) = 170+7+172=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07AC is #55F853. Grayscale: #4A4A4A. Windows color (decimal): -5634132 or 11274154. OLE color: 11274154.

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

Color convert

RGB 170 7 172 -
CMYK 0.01 0.96 0 0.33
HSL 299.27º 0.92% 0.35% -
HSV(B) 299.27º 0.96% 0.67% -
XYZ 24.1 11.68 40.01 -
YUV 74.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 170 7 172 0.01 0.96 0 0.33 299.27 0.92 0.35
Hex AA 7 AC 1 60 0 21 12B 5C 23
Octal 252 7 254 1 140 0 41 453 134 43
Binary 10101010 111 10101100 1 1100000 0 100001 100101011 1011100 100011

Color Harmonies of #AA07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07AC

Black with #AA07AC

Text Example


Text Example

White with #AA07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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