Html Css Color HEX #AE11BA Deep Magenta

📋 copy color: '#AE11BA'

red 174 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #AE11BA

Tints of Deep Magenta #AE11BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 46.15%
G = 4.51%
B = 49.34%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE11BA (or 0xAE11BA) is known color: Deep Magenta. HEX triplet: AE, 11 and BA. RGB value is (174,17,186). Sum of RGB (Red+Green+Blue) = 174+17+186=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11BA is #51EE45. Grayscale: #525252. Windows color (decimal): -5369414 or 12194222. OLE color: 12194222.

HSL color Cylindrical-coordinate representation of color #AE11BA: hue angle of 295.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE11BA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 17 186 -
CMYK 0.06 0.91 0 0.27
HSL 295.74º 0.83% 0.4% -
HSV(B) 295.74º 0.91% 0.73% -
XYZ 26.52 12.94 47.56 -
YUV 83.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 174 17 186 0.06 0.91 0 0.27 295.74 0.83 0.4
Hex AE 11 BA 6 5B 0 1B 128 53 28
Octal 256 21 272 6 133 0 33 450 123 50
Binary 10101110 10001 10111010 110 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #AE11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11BA

Black with #AE11BA

Text Example


Text Example

White with #AE11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11BA; }

 p { color: rgb(174,17,186); }

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

background-color css

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

 a { background-color: rgb(174,17,186); }

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

border-color css

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

 span { border-color: rgb(174,17,186); }

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