#AE05B1

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

Shades of Deep Magenta #AE05B1

Tints of Deep Magenta #AE05B1

Color information

#AE05B1 (or 0xAE05B1) is unknown color: approx Deep Magenta. HEX triplet: AE, 05 and B1. RGB value is (174,5,177). Sum of RGB (Red+Green+Blue) = 174+5+177=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE05B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE05B1 is #51FA4E. Grayscale: #4A4A4A. Windows color (decimal): -5372495 or 11601326. OLE color: 11601326.

HSL color Cylindrical-coordinate representation of color #AE05B1: hue angle of 298.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05B1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1745177-
CMYK0.020.9700.31
HSL298.95º94.51%35.69%-
HSV(B)298.95º97.18%69.41%-
XYZ25.4512.2842.62-
YUV75.14185.49198.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=48.88%
G=1.40%
B=49.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17451770.020.9700.31298.9594.5135.69
HexAE5B126101F12b5f24
Octal2565261214103745313744
Binary10101110101101100011011000010111111001010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE05B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE05B1; }

 p { color: rgb(174,5,177); }

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

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

 a { background-color: rgb(174,5,177); }

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

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

 span { border-color: rgb(174,5,177); }

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