Html Css Color HEX #AE0BA2 Dark Magenta

📋 copy color: '#AE0BA2'

red 174 ◦ green 11 ◦ blue 162

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

Shades of Dark Magenta #AE0BA2

Tints of Dark Magenta #AE0BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.69%

R = 50.14%
G = 3.17%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE0BA2 (or 0xAE0BA2) is known color: Dark Magenta. HEX triplet: AE, 0B and A2. RGB value is (174,11,162). Sum of RGB (Red+Green+Blue) = 174+11+162=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA2 is #51F45D. Grayscale: #4C4C4C. Windows color (decimal): -5370974 or 10619822. OLE color: 10619822.

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

Color convert

RGB 174 11 162 -
CMYK 0 0.94 0.07 0.32
HSL 304.42º 0.88% 0.36% -
HSV(B) 304.42º 0.94% 0.68% -
XYZ 24.1 11.85 35.2 -
YUV 76.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 174 11 162 0 0.94 0.07 0.32 304.42 0.88 0.36
Hex AE B A2 0 5E 7 20 130 58 24
Octal 256 13 242 0 136 7 40 460 130 44
Binary 10101110 1011 10100010 0 1011110 111 100000 100110000 1011000 100100

Color Harmonies of #AE0BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BA2

Black with #AE0BA2

Text Example


Text Example

White with #AE0BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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