Html Css Color HEX #AA1BA6 Dark Magenta

📋 copy color: '#AA1BA6'

red 170 ◦ green 27 ◦ blue 166

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

Shades of Dark Magenta #AA1BA6

Tints of Dark Magenta #AA1BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 46.83%
G = 7.44%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA1BA6 (or 0xAA1BA6) is known color: Dark Magenta. HEX triplet: AA, 1B and A6. RGB value is (170,27,166). Sum of RGB (Red+Green+Blue) = 170+27+166=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA6 is #55E459. Grayscale: #555555. Windows color (decimal): -5629018 or 10886058. OLE color: 10886058.

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

Color convert

RGB 170 27 166 -
CMYK 0 0.84 0.02 0.33
HSL 301.68º 0.73% 0.39% -
HSV(B) 301.68º 0.84% 0.67% -
XYZ 23.85 12.08 37.15 -
YUV 85.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 170 27 166 0 0.84 0.02 0.33 301.68 0.73 0.39
Hex AA 1B A6 0 54 2 21 12E 49 27
Octal 252 33 246 0 124 2 41 456 111 47
Binary 10101010 11011 10100110 0 1010100 10 100001 100101110 1001001 100111

Color Harmonies of #AA1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BA6

Black with #AA1BA6

Text Example


Text Example

White with #AA1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BA6; }

 p { color: rgb(170,27,166); }

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

background-color css

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

 a { background-color: rgb(170,27,166); }

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

border-color css

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

 span { border-color: rgb(170,27,166); }

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