Html Css Color HEX #AA1FA7 Dark Magenta

📋 copy color: '#AA1FA7'

red 170 ◦ green 31 ◦ blue 167

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

Shades of Dark Magenta #AA1FA7

Tints of Dark Magenta #AA1FA7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 46.2%
G = 8.42%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA1FA7 (or 0xAA1FA7) is known color: Dark Magenta. HEX triplet: AA, 1F and A7. RGB value is (170,31,167). Sum of RGB (Red+Green+Blue) = 170+31+167=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FA7 is #55E058. Grayscale: #575757. Windows color (decimal): -5627993 or 10952618. OLE color: 10952618.

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

Color convert

RGB 170 31 167 -
CMYK 0 0.82 0.02 0.33
HSL 301.3º 0.69% 0.39% -
HSV(B) 301.3º 0.82% 0.67% -
XYZ 24.04 12.32 37.67 -
YUV 88.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 170 31 167 0 0.82 0.02 0.33 301.3 0.69 0.39
Hex AA 1F A7 0 52 2 21 12D 45 27
Octal 252 37 247 0 122 2 41 455 105 47
Binary 10101010 11111 10100111 0 1010010 10 100001 100101101 1000101 100111

Color Harmonies of #AA1FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FA7

Black with #AA1FA7

Text Example


Text Example

White with #AA1FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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