Html Css Color HEX #AA1A9F Dark Magenta

📋 copy color: '#AA1A9F'

red 170 ◦ green 26 ◦ blue 159

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

Shades of Dark Magenta #AA1A9F

Tints of Dark Magenta #AA1A9F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.32%

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

R = 47.89%
G = 7.32%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA1A9F (or 0xAA1A9F) is known color: Dark Magenta. HEX triplet: AA, 1A and 9F. RGB value is (170,26,159). Sum of RGB (Red+Green+Blue) = 170+26+159=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A9F is #55E560. Grayscale: #535353. Windows color (decimal): -5629281 or 10427050. OLE color: 10427050.

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

Color convert

RGB 170 26 159 -
CMYK 0 0.85 0.06 0.33
HSL 304.58º 0.73% 0.38% -
HSV(B) 304.58º 0.85% 0.67% -
XYZ 23.2 11.79 33.85 -
YUV 84.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 170 26 159 0 0.85 0.06 0.33 304.58 0.73 0.38
Hex AA 1A 9F 0 55 6 21 131 49 26
Octal 252 32 237 0 125 6 41 461 111 46
Binary 10101010 11010 10011111 0 1010101 110 100001 100110001 1001001 100110

Color Harmonies of #AA1A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A9F

Black with #AA1A9F

Text Example


Text Example

White with #AA1A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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