#ae14bf

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

Shades of Deep Magenta #AE14BF

Tints of Deep Magenta #AE14BF

Color information

#AE14BF (or 0xAE14BF) is unknown color: approx Deep Magenta. HEX triplet: AE, 14 and BF. RGB value is (174,20,191). Sum of RGB (Red+Green+Blue) = 174+20+191=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE14BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14BF is #51EB40. Grayscale: #555555. Windows color (decimal): -5368641 or 12522670. OLE color: 12522670.

HSL color Cylindrical-coordinate representation of color #AE14BF: hue angle of 294.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE14BF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17420191-
CMYK0.090.9000.25
HSL294.04º81.04%41.37%-
HSV(B)294.04º89.53%74.9%-
XYZ27.1113.2650.42-
YUV85.54187.52191.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 20 (8.20% from 255) = 5.19%
BLUE value IS 191 (75% from 255) = 49.61%
R=45.19%
G=5.19%
B=49.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174201910.090.9000.25294.0481.0441.37
HexAE14BF95A0191265129
Octal256242771113203144612151
Binary101011101010010111111100110110100110011001001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae14bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae14bf; }

 p { color: rgb(174,20,191); }

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

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

 a { background-color: rgb(174,20,191); }

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

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

 span { border-color: rgb(174,20,191); }

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