Html Css Color HEX #AE059A Dark Magenta

📋 copy color: '#AE059A'

red 174 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #AE059A

Tints of Dark Magenta #AE059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 52.25%
G = 1.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE059A (or 0xAE059A) is known color: Dark Magenta. HEX triplet: AE, 05 and 9A. RGB value is (174,5,154). Sum of RGB (Red+Green+Blue) = 174+5+154=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE059A is #51FA65. Grayscale: #484848. Windows color (decimal): -5372518 or 10093998. OLE color: 10093998.

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

Color convert

RGB 174 5 154 -
CMYK 0 0.97 0.11 0.32
HSL 307.1º 0.94% 0.35% -
HSV(B) 307.1º 0.97% 0.68% -
XYZ 23.34 11.44 31.55 -
YUV 72.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 174 5 154 0 0.97 0.11 0.32 307.1 0.94 0.35
Hex AE 5 9A 0 61 B 20 133 5E 23
Octal 256 5 232 0 141 13 40 463 136 43
Binary 10101110 101 10011010 0 1100001 1011 100000 100110011 1011110 100011

Color Harmonies of #AE059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE059A

Black with #AE059A

Text Example


Text Example

White with #AE059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE059A; }

 p { color: rgb(174,5,154); }

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

background-color css

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

 a { background-color: rgb(174,5,154); }

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

border-color css

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

 span { border-color: rgb(174,5,154); }

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