#AE14B0

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

Shades of Deep Magenta #AE14B0

Tints of Deep Magenta #AE14B0

Color information

#AE14B0 (or 0xAE14B0) is unknown color: approx Deep Magenta. HEX triplet: AE, 14 and B0. RGB value is (174,20,176). Sum of RGB (Red+Green+Blue) = 174+20+176=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE14B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE14B0 is #51EB4F. Grayscale: #535353. Windows color (decimal): -5368656 or 11539630. OLE color: 11539630.

HSL color Cylindrical-coordinate representation of color #AE14B0: hue angle of 299.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE14B0 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17420176-
CMYK0.010.8900.31
HSL299.23º79.59%38.43%-
HSV(B)299.23º88.64%69.02%-
XYZ25.5412.6342.17-
YUV83.83180.02192.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 20 (8.20% from 255) = 5.41%
BLUE value IS 176 (69.14% from 255) = 47.57%
R=47.03%
G=5.41%
B=47.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174201760.010.8900.31299.2379.5938.43
HexAE14B015901F12b5026
Octal25624260113103745312046
Binary101011101010010110000110110010111111001010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE14B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE14B0; }

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

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

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

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

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

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

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

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