Html Css Color HEX #AE0BA0 Dark Magenta

📋 copy color: '#AE0BA0'

red 174 ◦ green 11 ◦ blue 160

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

Shades of Dark Magenta #AE0BA0

Tints of Dark Magenta #AE0BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 50.43%
G = 3.19%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE0BA0 (or 0xAE0BA0) is known color: Dark Magenta. HEX triplet: AE, 0B and A0. RGB value is (174,11,160). Sum of RGB (Red+Green+Blue) = 174+11+160=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA0 is #51F45F. Grayscale: #4C4C4C. Windows color (decimal): -5370976 or 10488750. OLE color: 10488750.

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

Color convert

RGB 174 11 160 -
CMYK 0 0.94 0.08 0.32
HSL 305.15º 0.88% 0.36% -
HSV(B) 305.15º 0.94% 0.68% -
XYZ 23.92 11.78 34.27 -
YUV 76.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 174 11 160 0 0.94 0.08 0.32 305.15 0.88 0.36
Hex AE B A0 0 5E 8 20 131 58 24
Octal 256 13 240 0 136 10 40 461 130 44
Binary 10101110 1011 10100000 0 1011110 1000 100000 100110001 1011000 100100

Color Harmonies of #AE0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BA0

Black with #AE0BA0

Text Example


Text Example

White with #AE0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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