Html Css Color HEX #AE07A1 Dark Magenta

📋 copy color: '#AE07A1'

red 174 ◦ green 7 ◦ blue 161

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

Shades of Dark Magenta #AE07A1

Tints of Dark Magenta #AE07A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.08%

R = 50.88%
G = 2.05%
B = 47.08%

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

#AE07A1 (or 0xAE07A1) is known color: Dark Magenta. HEX triplet: AE, 07 and A1. RGB value is (174,7,161). Sum of RGB (Red+Green+Blue) = 174+7+161=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE07A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE07A1 is #51F85E. Grayscale: #4A4A4A. Windows color (decimal): -5371999 or 10553262. OLE color: 10553262.

HSL color Cylindrical-coordinate representation of color #AE07A1: hue angle of 304.67º 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 #AE07A1 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 161 -
CMYK 0 0.96 0.07 0.32
HSL 304.67º 0.92% 0.35% -
HSV(B) 304.67º 0.96% 0.68% -
XYZ 23.96 11.72 34.72 -
YUV 74.49 176.83 198.98 -
System Red Green Blue C M Y K H S L
Decimal 174 7 161 0 0.96 0.07 0.32 304.67 0.92 0.35
Hex AE 7 A1 0 60 7 20 131 5C 23
Octal 256 7 241 0 140 7 40 461 134 43
Binary 10101110 111 10100001 0 1100000 111 100000 100110001 1011100 100011

Color Harmonies of #AE07A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07A1

Black with #AE07A1

Text Example


Text Example

White with #AE07A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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