Html Css Color HEX #AE00A0 Dark Magenta

📋 copy color: '#AE00A0'

red 174 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #AE00A0

Tints of Dark Magenta #AE00A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.1%
G = 0%
B = 47.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE00A0 (or 0xAE00A0) is known color: Dark Magenta. HEX triplet: AE, 00 and A0. RGB value is (174,0,160). Sum of RGB (Red+Green+Blue) = 174+0+160=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00A0 is #51FF5F. Grayscale: #454545. Windows color (decimal): -5373792 or 10485934. OLE color: 10485934.

HSL color Cylindrical-coordinate representation of color #AE00A0: hue angle of 304.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00A0 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 160 -
CMYK 0 1 0.08 0.32
HSL 304.83º 1% 0.34% -
HSV(B) 304.83º 1% 0.68% -
XYZ 23.8 11.54 34.23 -
YUV 70.27 178.65 201.99 -
System Red Green Blue C M Y K H S L
Decimal 174 0 160 0 1 0.08 0.32 304.83 1 0.34
Hex AE 0 A0 0 64 8 20 131 64 22
Octal 256 0 240 0 144 10 40 461 144 42
Binary 10101110 0 10100000 0 1100100 1000 100000 100110001 1100100 100010

Color Harmonies of #AE00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00A0

Black with #AE00A0

Text Example


Text Example

White with #AE00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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