#AE12BF

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

Shades of Deep Magenta #AE12BF

Tints of Deep Magenta #AE12BF

Color information

#AE12BF (or 0xAE12BF) is unknown color: approx Deep Magenta. HEX triplet: AE, 12 and BF. RGB value is (174,18,191). Sum of RGB (Red+Green+Blue) = 174+18+191=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12BF is #51ED40. Grayscale: #535353. Windows color (decimal): -5369153 or 12522158. OLE color: 12522158.

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

Color convert

RGB17418191-
CMYK0.090.9100.25
HSL294.1º82.78%40.98%-
HSV(B)294.1º90.58%74.9%-
XYZ27.0813.1950.41-
YUV84.37188.18191.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 191 (75% from 255) = 49.87%
R=45.43%
G=4.70%
B=49.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174181910.090.9100.25294.182.7840.98
HexAE12BF95B0191265329
Octal256222771113303144612351
Binary101011101001010111111100110110110110011001001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE12BF; }

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

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

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

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

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

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

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

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