Html Css Color HEX #AE11BC Deep Magenta

📋 copy color: '#AE11BC'

red 174 ◦ green 17 ◦ blue 188

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

Shades of Deep Magenta #AE11BC

Tints of Deep Magenta #AE11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 45.91%
G = 4.49%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE11BC (or 0xAE11BC) is known color: Deep Magenta. HEX triplet: AE, 11 and BC. RGB value is (174,17,188). Sum of RGB (Red+Green+Blue) = 174+17+188=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE11BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11BC is #51EE43. Grayscale: #525252. Windows color (decimal): -5369412 or 12325294. OLE color: 12325294.

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

Color convert

RGB 174 17 188 -
CMYK 0.07 0.91 0 0.26
HSL 295.09º 0.83% 0.4% -
HSV(B) 295.09º 0.91% 0.74% -
XYZ 26.73 13.03 48.68 -
YUV 83.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 174 17 188 0.07 0.91 0 0.26 295.09 0.83 0.4
Hex AE 11 BC 7 5B 0 1A 127 53 28
Octal 256 21 274 7 133 0 32 447 123 50
Binary 10101110 10001 10111100 111 1011011 0 11010 100100111 1010011 101000

Color Harmonies of #AE11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11BC

Black with #AE11BC

Text Example


Text Example

White with #AE11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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