Html Css Color HEX #AE089C Dark Magenta

📋 copy color: '#AE089C'

red 174 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #AE089C

Tints of Dark Magenta #AE089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 51.48%
G = 2.37%
B = 46.15%

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

#AE089C (or 0xAE089C) is known color: Dark Magenta. HEX triplet: AE, 08 and 9C. RGB value is (174,8,156). Sum of RGB (Red+Green+Blue) = 174+8+156=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE089C is #51F763. Grayscale: #4A4A4A. Windows color (decimal): -5371748 or 10225838. OLE color: 10225838.

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

Color convert

RGB 174 8 156 -
CMYK 0 0.95 0.10 0.32
HSL 306.51º 0.91% 0.36% -
HSV(B) 306.51º 0.95% 0.68% -
XYZ 23.54 11.57 32.45 -
YUV 74.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 174 8 156 0 0.95 0.10 0.32 306.51 0.91 0.36
Hex AE 8 9C 0 5F A 20 133 5B 24
Octal 256 10 234 0 137 12 40 463 133 44
Binary 10101110 1000 10011100 0 1011111 1010 100000 100110011 1011011 100100

Color Harmonies of #AE089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE089C

Black with #AE089C

Text Example


Text Example

White with #AE089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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