Html Css Color HEX #AA1BA7 Dark Magenta

📋 copy color: '#AA1BA7'

red 170 ◦ green 27 ◦ blue 167

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

Shades of Dark Magenta #AA1BA7

Tints of Dark Magenta #AA1BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 46.7%
G = 7.42%
B = 45.88%

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

#AA1BA7 (or 0xAA1BA7) is known color: Dark Magenta. HEX triplet: AA, 1B and A7. RGB value is (170,27,167). Sum of RGB (Red+Green+Blue) = 170+27+167=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA7 is #55E458. Grayscale: #555555. Windows color (decimal): -5629017 or 10951594. OLE color: 10951594.

HSL color Cylindrical-coordinate representation of color #AA1BA7: hue angle of 301.26º 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 #AA1BA7 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 27 167 -
CMYK 0 0.84 0.02 0.33
HSL 301.26º 0.73% 0.39% -
HSV(B) 301.26º 0.84% 0.67% -
XYZ 23.94 12.12 37.64 -
YUV 85.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 170 27 167 0 0.84 0.02 0.33 301.26 0.73 0.39
Hex AA 1B A7 0 54 2 21 12D 49 27
Octal 252 33 247 0 124 2 41 455 111 47
Binary 10101010 11011 10100111 0 1010100 10 100001 100101101 1001001 100111

Color Harmonies of #AA1BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BA7

Black with #AA1BA7

Text Example


Text Example

White with #AA1BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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