Html Css Color HEX #AE009E Dark Magenta

📋 copy color: '#AE009E'

red 174 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #AE009E

Tints of Dark Magenta #AE009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 52.41%
G = 0%
B = 47.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE009E (or 0xAE009E) is known color: Dark Magenta. HEX triplet: AE, 00 and 9E. RGB value is (174,0,158). Sum of RGB (Red+Green+Blue) = 174+0+158=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE009E is #51FF61. Grayscale: #454545. Windows color (decimal): -5373794 or 10354862. OLE color: 10354862.

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

Color convert

RGB 174 0 158 -
CMYK 0 1 0.09 0.32
HSL 305.52º 1% 0.34% -
HSV(B) 305.52º 1% 0.68% -
XYZ 23.63 11.47 33.32 -
YUV 70.04 177.65 202.15 -
System Red Green Blue C M Y K H S L
Decimal 174 0 158 0 1 0.09 0.32 305.52 1 0.34
Hex AE 0 9E 0 64 9 20 132 64 22
Octal 256 0 236 0 144 11 40 462 144 42
Binary 10101110 0 10011110 0 1100100 1001 100000 100110010 1100100 100010

Color Harmonies of #AE009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE009E

Black with #AE009E

Text Example


Text Example

White with #AE009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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