Html Css Color HEX #AA189F Dark Magenta

📋 copy color: '#AA189F'

red 170 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #AA189F

Tints of Dark Magenta #AA189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 48.16%
G = 6.8%
B = 45.04%

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

#AA189F (or 0xAA189F) is known color: Dark Magenta. HEX triplet: AA, 18 and 9F. RGB value is (170,24,159). Sum of RGB (Red+Green+Blue) = 170+24+159=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA189F is #55E760. Grayscale: #525252. Windows color (decimal): -5629793 or 10426538. OLE color: 10426538.

HSL color Cylindrical-coordinate representation of color #AA189F: hue angle of 304.52º degrees, saturation: 0.75, 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 #AA189F is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 159 -
CMYK 0 0.86 0.06 0.33
HSL 304.52º 0.75% 0.38% -
HSV(B) 304.52º 0.86% 0.67% -
XYZ 23.16 11.7 33.84 -
YUV 83.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 170 24 159 0 0.86 0.06 0.33 304.52 0.75 0.38
Hex AA 18 9F 0 56 6 21 131 4B 26
Octal 252 30 237 0 126 6 41 461 113 46
Binary 10101010 11000 10011111 0 1010110 110 100001 100110001 1001011 100110

Color Harmonies of #AA189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA189F

Black with #AA189F

Text Example


Text Example

White with #AA189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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