Html Css Color HEX #AA1DA7 Dark Magenta

📋 copy color: '#AA1DA7'

red 170 ◦ green 29 ◦ blue 167

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

Shades of Dark Magenta #AA1DA7

Tints of Dark Magenta #AA1DA7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

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

R = 46.45%
G = 7.92%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA1DA7 (or 0xAA1DA7) is known color: Dark Magenta. HEX triplet: AA, 1D and A7. RGB value is (170,29,167). Sum of RGB (Red+Green+Blue) = 170+29+167=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA7 is #55E258. Grayscale: #565656. Windows color (decimal): -5628505 or 10952106. OLE color: 10952106.

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

Color convert

RGB 170 29 167 -
CMYK 0 0.83 0.02 0.33
HSL 301.28º 0.71% 0.39% -
HSV(B) 301.28º 0.83% 0.67% -
XYZ 23.99 12.21 37.65 -
YUV 86.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 170 29 167 0 0.83 0.02 0.33 301.28 0.71 0.39
Hex AA 1D A7 0 53 2 21 12D 47 27
Octal 252 35 247 0 123 2 41 455 107 47
Binary 10101010 11101 10100111 0 1010011 10 100001 100101101 1000111 100111

Color Harmonies of #AA1DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DA7

Black with #AA1DA7

Text Example


Text Example

White with #AA1DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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