Html Css Color HEX #AE11BB Deep Magenta

📋 copy color: '#AE11BB'

red 174 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #AE11BB

Tints of Deep Magenta #AE11BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 46.03%
G = 4.5%
B = 49.47%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE11BB (or 0xAE11BB) is known color: Deep Magenta. HEX triplet: AE, 11 and BB. RGB value is (174,17,187). Sum of RGB (Red+Green+Blue) = 174+17+187=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11BB is #51EE44. Grayscale: #525252. Windows color (decimal): -5369413 or 12259758. OLE color: 12259758.

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

Color convert

RGB 174 17 187 -
CMYK 0.07 0.91 0 0.27
HSL 295.41º 0.83% 0.4% -
HSV(B) 295.41º 0.91% 0.73% -
XYZ 26.63 12.99 48.12 -
YUV 83.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 174 17 187 0.07 0.91 0 0.27 295.41 0.83 0.4
Hex AE 11 BB 7 5B 0 1B 127 53 28
Octal 256 21 273 7 133 0 33 447 123 50
Binary 10101110 10001 10111011 111 1011011 0 11011 100100111 1010011 101000

Color Harmonies of #AE11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11BB

Black with #AE11BB

Text Example


Text Example

White with #AE11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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