Html Css Color HEX #AA008E Dark Magenta

📋 copy color: '#AA008E'

red 170 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #AA008E

Tints of Dark Magenta #AA008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 54.49%
G = 0%
B = 45.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA008E (or 0xAA008E) is known color: Dark Magenta. HEX triplet: AA, 00 and 8E. RGB value is (170,0,142). Sum of RGB (Red+Green+Blue) = 170+0+142=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008E is #55FF71. Grayscale: #424242. Windows color (decimal): -5635954 or 9306282. OLE color: 9306282.

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

Color convert

RGB 170 0 142 -
CMYK 0 1 0.16 0.33
HSL 309.88º 1% 0.33% -
HSV(B) 309.88º 1% 0.67% -
XYZ 21.46 10.5 26.49 -
YUV 67.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 170 0 142 0 1 0.16 0.33 309.88 1 0.33
Hex AA 0 8E 0 64 10 21 136 64 21
Octal 252 0 216 0 144 20 41 466 144 41
Binary 10101010 0 10001110 0 1100100 10000 100001 100110110 1100100 100001

Color Harmonies of #AA008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA008E

Black with #AA008E

Text Example


Text Example

White with #AA008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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