#AE11B3

Color #AE11B3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE11B3

Tints of Deep Magenta #AE11B3

Color information

#AE11B3 (or 0xAE11B3) is unknown color: approx Deep Magenta. HEX triplet: AE, 11 and B3. RGB value is (174,17,179). Sum of RGB (Red+Green+Blue) = 174+17+179=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE11B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11B3 is #51EE4C. Grayscale: #515151. Windows color (decimal): -5369421 or 11735470. OLE color: 11735470.

HSL color Cylindrical-coordinate representation of color #AE11B3: hue angle of 298.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE11B3 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17417179-
CMYK0.030.9100.30
HSL298.15º82.65%38.43%-
HSV(B)298.15º90.5%70.2%-
XYZ25.7912.6543.73-
YUV82.41182.51193.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 17 (7.03% from 255) = 4.59%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=47.03%
G=4.59%
B=48.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174171790.030.9100.30298.1582.6538.43
HexAE11B335B01E12a5326
Octal25621263313303645212346
Binary1010111010001101100111110110110111101001010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE11B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE11B3; }

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

 H1.HeaderClassName
 {
   color: #AE11B3;
 }
 .AnyTagClassName
 {
   color: #AE11B3;
 }
</style>
background-color css

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

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

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

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

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

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