Html Css Color HEX #AA00AA Dark Magenta

📋 copy color: '#AA00AA'

red 170 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #AA00AA

Tints of Dark Magenta #AA00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA00AA (or 0xAA00AA) is known color: Dark Magenta. HEX triplet: AA, 00 and AA. RGB value is (170,0,170). Sum of RGB (Red+Green+Blue) = 170+0+170=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AA is #55FF55. Grayscale: #454545. Windows color (decimal): -5635926 or 11141290. OLE color: 11141290.

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

Color convert

RGB 170 0 170 -
CMYK 0 1 0 0.33
HSL 300º 1% 0.33% -
HSV(B) 300º 1% 0.67% -
XYZ 23.83 11.45 38.98 -
YUV 70.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 170 0 170 0 1 0 0.33 300 1 0.33
Hex AA 0 AA 0 64 0 21 12C 64 21
Octal 252 0 252 0 144 0 41 454 144 41
Binary 10101010 0 10101010 0 1100100 0 100001 100101100 1100100 100001

Color Harmonies of #AA00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AA

Black with #AA00AA

Text Example


Text Example

White with #AA00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AA; }

 p { color: rgb(170,0,170); }

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

background-color css

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

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

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

border-color css

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

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

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