Html Css Color HEX #AE07A0 Dark Magenta

📋 copy color: '#AE07A0'

red 174 ◦ green 7 ◦ blue 160

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

Shades of Dark Magenta #AE07A0

Tints of Dark Magenta #AE07A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 51.03%
G = 2.05%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE07A0 (or 0xAE07A0) is known color: Dark Magenta. HEX triplet: AE, 07 and A0. RGB value is (174,7,160). Sum of RGB (Red+Green+Blue) = 174+7+160=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE07A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE07A0 is #51F85F. Grayscale: #494949. Windows color (decimal): -5372000 or 10487726. OLE color: 10487726.

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

Color convert

RGB 174 7 160 -
CMYK 0 0.96 0.08 0.32
HSL 305.03º 0.92% 0.35% -
HSV(B) 305.03º 0.96% 0.68% -
XYZ 23.88 11.69 34.26 -
YUV 74.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 174 7 160 0 0.96 0.08 0.32 305.03 0.92 0.35
Hex AE 7 A0 0 60 8 20 131 5C 23
Octal 256 7 240 0 140 10 40 461 134 43
Binary 10101110 111 10100000 0 1100000 1000 100000 100110001 1011100 100011

Color Harmonies of #AE07A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07A0

Black with #AE07A0

Text Example


Text Example

White with #AE07A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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