Html Css Color HEX #AE0096 Dark Magenta

📋 copy color: '#AE0096'

red 174 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #AE0096

Tints of Dark Magenta #AE0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 53.7%
G = 0%
B = 46.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE0096 (or 0xAE0096) is known color: Dark Magenta. HEX triplet: AE, 00 and 96. RGB value is (174,0,150). Sum of RGB (Red+Green+Blue) = 174+0+150=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0096 is #51FF69. Grayscale: #444444. Windows color (decimal): -5373802 or 9830574. OLE color: 9830574.

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

Color convert

RGB 174 0 150 -
CMYK 0 1 0.14 0.32
HSL 308.28º 1% 0.34% -
HSV(B) 308.28º 1% 0.68% -
XYZ 22.96 11.2 29.81 -
YUV 69.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 174 0 150 0 1 0.14 0.32 308.28 1 0.34
Hex AE 0 96 0 64 E 20 134 64 22
Octal 256 0 226 0 144 16 40 464 144 42
Binary 10101110 0 10010110 0 1100100 1110 100000 100110100 1100100 100010

Color Harmonies of #AE0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0096

Black with #AE0096

Text Example


Text Example

White with #AE0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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