Html Css Color HEX #AE0AA2 Dark Magenta

📋 copy color: '#AE0AA2'

red 174 ◦ green 10 ◦ blue 162

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

Shades of Dark Magenta #AE0AA2

Tints of Dark Magenta #AE0AA2

RGB

 RED value IS 174 (68.36% from 255) = 50.29%

 GREEN value IS 10 (4.3% from 255) = 2.89%

 BLUE value IS 162 (63.67% from 255) = 46.82%

R = 50.29%
G = 2.89%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE0AA2 (or 0xAE0AA2) is known color: Dark Magenta. HEX triplet: AE, 0A and A2. RGB value is (174,10,162). Sum of RGB (Red+Green+Blue) = 174+10+162=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0AA2 is #51F55D. Grayscale: #4B4B4B. Windows color (decimal): -5371230 or 10619566. OLE color: 10619566.

HSL color Cylindrical-coordinate representation of color #AE0AA2: hue angle of 304.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 10 162 -
CMYK 0 0.94 0.07 0.32
HSL 304.39º 0.89% 0.36% -
HSV(B) 304.39º 0.94% 0.68% -
XYZ 24.09 11.82 35.2 -
YUV 76.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 174 10 162 0 0.94 0.07 0.32 304.39 0.89 0.36
Hex AE A A2 0 5E 7 20 130 59 24
Octal 256 12 242 0 136 7 40 460 131 44
Binary 10101110 1010 10100010 0 1011110 111 100000 100110000 1011001 100100

Color Harmonies of #AE0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0AA2

Black with #AE0AA2

Text Example


Text Example

White with #AE0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0AA2; }

 p { color: rgb(174,10,162); }

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

background-color css

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

 a { background-color: rgb(174,10,162); }

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

border-color css

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

 span { border-color: rgb(174,10,162); }

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