Html Css Color HEX #AE07A2 Dark Magenta

📋 copy color: '#AE07A2'

red 174 ◦ green 7 ◦ blue 162

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

Shades of Dark Magenta #AE07A2

Tints of Dark Magenta #AE07A2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

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

R = 50.73%
G = 2.04%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE07A2 (or 0xAE07A2) is known color: Dark Magenta. HEX triplet: AE, 07 and A2. RGB value is (174,7,162). Sum of RGB (Red+Green+Blue) = 174+7+162=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE07A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE07A2 is #51F85D. Grayscale: #4A4A4A. Windows color (decimal): -5371998 or 10618798. OLE color: 10618798.

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

Color convert

RGB 174 7 162 -
CMYK 0 0.96 0.07 0.32
HSL 304.31º 0.92% 0.35% -
HSV(B) 304.31º 0.96% 0.68% -
XYZ 24.05 11.76 35.18 -
YUV 74.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 174 7 162 0 0.96 0.07 0.32 304.31 0.92 0.35
Hex AE 7 A2 0 60 7 20 130 5C 23
Octal 256 7 242 0 140 7 40 460 134 43
Binary 10101110 111 10100010 0 1100000 111 100000 100110000 1011100 100011

Color Harmonies of #AE07A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07A2

Black with #AE07A2

Text Example


Text Example

White with #AE07A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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