#AE04C1

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

Shades of Deep Magenta #AE04C1

Tints of Deep Magenta #AE04C1

Color information

#AE04C1 (or 0xAE04C1) is unknown color: approx Deep Magenta. HEX triplet: AE, 04 and C1. RGB value is (174,4,193). Sum of RGB (Red+Green+Blue) = 174+4+193=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE04C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04C1 is #51FB3E. Grayscale: #4B4B4B. Windows color (decimal): -5372735 or 12649646. OLE color: 12649646.

HSL color Cylindrical-coordinate representation of color #AE04C1: hue angle of 293.97º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04C1 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1744193-
CMYK0.100.9800.24
HSL293.97º95.94%38.63%-
HSV(B)293.97º97.93%75.69%-
XYZ27.1212.9451.52-
YUV76.38193.82197.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=46.90%
G=1.08%
B=52.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17441930.100.9800.24293.9795.9438.63
HexAE4C1A620181266027
Octal25643011214203044614047
Binary1010111010011000001101011000100110001001001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE04C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE04C1; }

 p { color: rgb(174,4,193); }

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

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

 a { background-color: rgb(174,4,193); }

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

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

 span { border-color: rgb(174,4,193); }

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