Html Css Color HEX #AA009E Dark Magenta

📋 copy color: '#AA009E'

red 170 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #AA009E

Tints of Dark Magenta #AA009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 51.83%
G = 0%
B = 48.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA009E (or 0xAA009E) is known color: Dark Magenta. HEX triplet: AA, 00 and 9E. RGB value is (170,0,158). Sum of RGB (Red+Green+Blue) = 170+0+158=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA009E is #55FF61. Grayscale: #444444. Windows color (decimal): -5635938 or 10354858. OLE color: 10354858.

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

Color convert

RGB 170 0 158 -
CMYK 0 1 0.07 0.33
HSL 304.24º 1% 0.33% -
HSV(B) 304.24º 1% 0.67% -
XYZ 22.75 11.01 33.27 -
YUV 68.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 170 0 158 0 1 0.07 0.33 304.24 1 0.33
Hex AA 0 9E 0 64 7 21 130 64 21
Octal 252 0 236 0 144 7 41 460 144 41
Binary 10101010 0 10011110 0 1100100 111 100001 100110000 1100100 100001

Color Harmonies of #AA009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA009E

Black with #AA009E

Text Example


Text Example

White with #AA009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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