Html Css Color HEX #AE0BA9 Deep Magenta

📋 copy color: '#AE0BA9'

red 174 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #AE0BA9

Tints of Deep Magenta #AE0BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.11%

 BLUE value IS 169 (66.41% from 255) = 47.74%

R = 49.15%
G = 3.11%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE0BA9 (or 0xAE0BA9) is known color: Deep Magenta. HEX triplet: AE, 0B and A9. RGB value is (174,11,169). Sum of RGB (Red+Green+Blue) = 174+11+169=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA9 is #51F456. Grayscale: #4D4D4D. Windows color (decimal): -5370967 or 11078574. OLE color: 11078574.

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

Color convert

RGB 174 11 169 -
CMYK 0 0.94 0.03 0.32
HSL 301.84º 0.88% 0.36% -
HSV(B) 301.84º 0.94% 0.68% -
XYZ 24.74 12.1 38.57 -
YUV 77.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 174 11 169 0 0.94 0.03 0.32 301.84 0.88 0.36
Hex AE B A9 0 5E 3 20 12E 58 24
Octal 256 13 251 0 136 3 40 456 130 44
Binary 10101110 1011 10101001 0 1011110 11 100000 100101110 1011000 100100

Color Harmonies of #AE0BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BA9

Black with #AE0BA9

Text Example


Text Example

White with #AE0BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BA9; }

 p { color: rgb(174,11,169); }

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

background-color css

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

 a { background-color: rgb(174,11,169); }

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

border-color css

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

 span { border-color: rgb(174,11,169); }

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