Html Css Color HEX #AA179F Dark Magenta

📋 copy color: '#AA179F'

red 170 ◦ green 23 ◦ blue 159

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

Shades of Dark Magenta #AA179F

Tints of Dark Magenta #AA179F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 48.3%
G = 6.53%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA179F (or 0xAA179F) is known color: Dark Magenta. HEX triplet: AA, 17 and 9F. RGB value is (170,23,159). Sum of RGB (Red+Green+Blue) = 170+23+159=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA179F is #55E860. Grayscale: #525252. Windows color (decimal): -5630049 or 10426282. OLE color: 10426282.

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

Color convert

RGB 170 23 159 -
CMYK 0 0.86 0.06 0.33
HSL 304.49º 0.76% 0.38% -
HSV(B) 304.49º 0.86% 0.67% -
XYZ 23.14 11.66 33.83 -
YUV 82.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 170 23 159 0 0.86 0.06 0.33 304.49 0.76 0.38
Hex AA 17 9F 0 56 6 21 130 4C 26
Octal 252 27 237 0 126 6 41 460 114 46
Binary 10101010 10111 10011111 0 1010110 110 100001 100110000 1001100 100110

Color Harmonies of #AA179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA179F

Black with #AA179F

Text Example


Text Example

White with #AA179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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