Html Css Color HEX #AA0EAC Dark Magenta

📋 copy color: '#AA0EAC'

red 170 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #AA0EAC

Tints of Dark Magenta #AA0EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 47.75%
G = 3.93%
B = 48.31%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA0EAC (or 0xAA0EAC) is known color: Dark Magenta. HEX triplet: AA, 0E and AC. RGB value is (170,14,172). Sum of RGB (Red+Green+Blue) = 170+14+172=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA0EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EAC is #55F153. Grayscale: #4E4E4E. Windows color (decimal): -5632340 or 11275946. OLE color: 11275946.

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

Color convert

RGB 170 14 172 -
CMYK 0.01 0.92 0 0.33
HSL 299.24º 0.85% 0.36% -
HSV(B) 299.24º 0.92% 0.67% -
XYZ 24.18 11.84 40.04 -
YUV 78.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 170 14 172 0.01 0.92 0 0.33 299.24 0.85 0.36
Hex AA E AC 1 5C 0 21 12B 55 24
Octal 252 16 254 1 134 0 41 453 125 44
Binary 10101010 1110 10101100 1 1011100 0 100001 100101011 1010101 100100

Color Harmonies of #AA0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EAC

Black with #AA0EAC

Text Example


Text Example

White with #AA0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EAC; }

 p { color: rgb(170,14,172); }

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

background-color css

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

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

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

border-color css

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

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

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