Html Css Color HEX #AE089D Dark Magenta

📋 copy color: '#AE089D'

red 174 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #AE089D

Tints of Dark Magenta #AE089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 51.33%
G = 2.36%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE089D (or 0xAE089D) is known color: Dark Magenta. HEX triplet: AE, 08 and 9D. RGB value is (174,8,157). Sum of RGB (Red+Green+Blue) = 174+8+157=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE089D is #51F762. Grayscale: #4A4A4A. Windows color (decimal): -5371747 or 10291374. OLE color: 10291374.

HSL color Cylindrical-coordinate representation of color #AE089D: hue angle of 306.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE089D is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 157 -
CMYK 0 0.95 0.10 0.32
HSL 306.14º 0.91% 0.36% -
HSV(B) 306.14º 0.95% 0.68% -
XYZ 23.63 11.61 32.89 -
YUV 74.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 174 8 157 0 0.95 0.10 0.32 306.14 0.91 0.36
Hex AE 8 9D 0 5F A 20 132 5B 24
Octal 256 10 235 0 137 12 40 462 133 44
Binary 10101110 1000 10011101 0 1011111 1010 100000 100110010 1011011 100100

Color Harmonies of #AE089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE089D

Black with #AE089D

Text Example


Text Example

White with #AE089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE089D; }

 p { color: rgb(174,8,157); }

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

background-color css

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

 a { background-color: rgb(174,8,157); }

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

border-color css

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

 span { border-color: rgb(174,8,157); }

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