#AE05B8

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

Shades of Deep Magenta #AE05B8

Tints of Deep Magenta #AE05B8

Color information

#AE05B8 (or 0xAE05B8) is unknown color: approx Deep Magenta. HEX triplet: AE, 05 and B8. RGB value is (174,5,184). Sum of RGB (Red+Green+Blue) = 174+5+184=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE05B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05B8 is #51FA47. Grayscale: #4B4B4B. Windows color (decimal): -5372488 or 12060078. OLE color: 12060078.

HSL color Cylindrical-coordinate representation of color #AE05B8: hue angle of 296.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05B8 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1745184-
CMYK0.050.9700.28
HSL296.65º94.71%37.06%-
HSV(B)296.65º97.28%72.16%-
XYZ26.1612.5746.39-
YUV75.94188.99197.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=47.93%
G=1.38%
B=50.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17451840.050.9700.28296.6594.7137.06
HexAE5B856101C1295f25
Octal2565270514103445113745
Binary101011101011011100010111000010111001001010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE05B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE05B8; }

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

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

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

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

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

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

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

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