#AE05B2

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

Shades of Deep Magenta #AE05B2

Tints of Deep Magenta #AE05B2

Color information

#AE05B2 (or 0xAE05B2) is unknown color: approx Deep Magenta. HEX triplet: AE, 05 and B2. RGB value is (174,5,178). Sum of RGB (Red+Green+Blue) = 174+5+178=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE05B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE05B2 is #51FA4D. Grayscale: #4A4A4A. Windows color (decimal): -5372494 or 11666862. OLE color: 11666862.

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

Color convert

RGB1745178-
CMYK0.020.9700.30
HSL298.61º94.54%35.88%-
HSV(B)298.61º97.19%69.8%-
XYZ25.5512.3243.15-
YUV75.25185.99198.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=48.74%
G=1.40%
B=49.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17451780.020.9700.30298.6194.5435.88
HexAE5B226101E12b5f24
Octal2565262214103645313744
Binary10101110101101100101011000010111101001010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE05B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE05B2; }

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

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

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

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

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

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

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

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