#AE12B8

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

Shades of Deep Magenta #AE12B8

Tints of Deep Magenta #AE12B8

Color information

#AE12B8 (or 0xAE12B8) is unknown color: approx Deep Magenta. HEX triplet: AE, 12 and B8. RGB value is (174,18,184). Sum of RGB (Red+Green+Blue) = 174+18+184=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE12B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12B8 is #51ED47. Grayscale: #535353. Windows color (decimal): -5369160 or 12063406. OLE color: 12063406.

HSL color Cylindrical-coordinate representation of color #AE12B8: hue angle of 296.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE12B8 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17418184-
CMYK0.050.9000.28
HSL296.39º82.18%39.61%-
HSV(B)296.39º90.22%72.16%-
XYZ26.3212.8946.45-
YUV83.57184.68192.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=46.28%
G=4.79%
B=48.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174181840.050.9000.28296.3982.1839.61
HexAE12B855A01C1285228
Octal25622270513203445012250
Binary10101110100101011100010110110100111001001010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE12B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE12B8; }

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

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

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

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

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

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

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

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