Html Css Color HEX #AA109F Dark Magenta

📋 copy color: '#AA109F'

red 170 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #AA109F

Tints of Dark Magenta #AA109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 49.28%
G = 4.64%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA109F (or 0xAA109F) is known color: Dark Magenta. HEX triplet: AA, 10 and 9F. RGB value is (170,16,159). Sum of RGB (Red+Green+Blue) = 170+16+159=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA109F is #55EF60. Grayscale: #4D4D4D. Windows color (decimal): -5631841 or 10424490. OLE color: 10424490.

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

Color convert

RGB 170 16 159 -
CMYK 0 0.91 0.06 0.33
HSL 304.29º 0.83% 0.36% -
HSV(B) 304.29º 0.91% 0.67% -
XYZ 23.02 11.42 33.79 -
YUV 78.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 170 16 159 0 0.91 0.06 0.33 304.29 0.83 0.36
Hex AA 10 9F 0 5B 6 21 130 53 24
Octal 252 20 237 0 133 6 41 460 123 44
Binary 10101010 10000 10011111 0 1011011 110 100001 100110000 1010011 100100

Color Harmonies of #AA109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA109F

Black with #AA109F

Text Example


Text Example

White with #AA109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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