Html Css Color HEX #AA17AC Dark Magenta

📋 copy color: '#AA17AC'

red 170 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #AA17AC

Tints of Dark Magenta #AA17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

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

R = 46.58%
G = 6.3%
B = 47.12%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA17AC (or 0xAA17AC) is known color: Dark Magenta. HEX triplet: AA, 17 and AC. RGB value is (170,23,172). Sum of RGB (Red+Green+Blue) = 170+23+172=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17AC is #55E853. Grayscale: #535353. Windows color (decimal): -5630036 or 11278250. OLE color: 11278250.

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

Color convert

RGB 170 23 172 -
CMYK 0.01 0.87 0 0.33
HSL 299.19º 0.76% 0.38% -
HSV(B) 299.19º 0.87% 0.67% -
XYZ 24.33 12.14 40.09 -
YUV 83.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 170 23 172 0.01 0.87 0 0.33 299.19 0.76 0.38
Hex AA 17 AC 1 57 0 21 12B 4C 26
Octal 252 27 254 1 127 0 41 453 114 46
Binary 10101010 10111 10101100 1 1010111 0 100001 100101011 1001100 100110

Color Harmonies of #AA17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17AC

Black with #AA17AC

Text Example


Text Example

White with #AA17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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