Html Css Color HEX #AE0091 Dark Magenta

📋 copy color: '#AE0091'

red 174 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #AE0091

Tints of Dark Magenta #AE0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE0091 (or 0xAE0091) is known color: Dark Magenta. HEX triplet: AE, 00 and 91. RGB value is (174,0,145). Sum of RGB (Red+Green+Blue) = 174+0+145=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0091 is #51FF6E. Grayscale: #444444. Windows color (decimal): -5373807 or 9502894. OLE color: 9502894.

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

Color convert

RGB 174 0 145 -
CMYK 0 1 0.17 0.32
HSL 310º 1% 0.34% -
HSV(B) 310º 1% 0.68% -
XYZ 22.57 11.04 27.73 -
YUV 68.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 174 0 145 0 1 0.17 0.32 310 1 0.34
Hex AE 0 91 0 64 11 20 136 64 22
Octal 256 0 221 0 144 21 40 466 144 42
Binary 10101110 0 10010001 0 1100100 10001 100000 100110110 1100100 100010

Color Harmonies of #AE0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0091

Black with #AE0091

Text Example


Text Example

White with #AE0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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