Html Css Color HEX #AA018E Dark Magenta

📋 copy color: '#AA018E'

red 170 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #AA018E

Tints of Dark Magenta #AA018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 54.31%
G = 0.32%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA018E (or 0xAA018E) is known color: Dark Magenta. HEX triplet: AA, 01 and 8E. RGB value is (170,1,142). Sum of RGB (Red+Green+Blue) = 170+1+142=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018E is #55FE71. Grayscale: #434343. Windows color (decimal): -5635698 or 9306538. OLE color: 9306538.

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

Color convert

RGB 170 1 142 -
CMYK 0 0.99 0.16 0.33
HSL 309.94º 0.99% 0.34% -
HSV(B) 309.94º 0.99% 0.67% -
XYZ 21.47 10.52 26.49 -
YUV 67.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 170 1 142 0 0.99 0.16 0.33 309.94 0.99 0.34
Hex AA 1 8E 0 63 10 21 136 63 22
Octal 252 1 216 0 143 20 41 466 143 42
Binary 10101010 1 10001110 0 1100011 10000 100001 100110110 1100011 100010

Color Harmonies of #AA018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA018E

Black with #AA018E

Text Example


Text Example

White with #AA018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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