Html Css Color HEX #AE0293 Dark Magenta

📋 copy color: '#AE0293'

red 174 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #AE0293

Tints of Dark Magenta #AE0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 53.87%
G = 0.62%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE0293 (or 0xAE0293) is known color: Dark Magenta. HEX triplet: AE, 02 and 93. RGB value is (174,2,147). Sum of RGB (Red+Green+Blue) = 174+2+147=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0293 is #51FD6C. Grayscale: #454545. Windows color (decimal): -5373293 or 9634478. OLE color: 9634478.

HSL color Cylindrical-coordinate representation of color #AE0293: hue angle of 309.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0293 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 147 -
CMYK 0 0.99 0.16 0.32
HSL 309.42º 0.98% 0.35% -
HSV(B) 309.42º 0.99% 0.68% -
XYZ 22.74 11.15 28.56 -
YUV 69.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 174 2 147 0 0.99 0.16 0.32 309.42 0.98 0.35
Hex AE 2 93 0 63 10 20 135 62 23
Octal 256 2 223 0 143 20 40 465 142 43
Binary 10101110 10 10010011 0 1100011 10000 100000 100110101 1100010 100011

Color Harmonies of #AE0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0293

Black with #AE0293

Text Example


Text Example

White with #AE0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0293; }

 p { color: rgb(174,2,147); }

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

background-color css

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

 a { background-color: rgb(174,2,147); }

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

border-color css

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

 span { border-color: rgb(174,2,147); }

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