#AE05C0

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

Shades of Deep Magenta #AE05C0

Tints of Deep Magenta #AE05C0

Color information

#AE05C0 (or 0xAE05C0) is unknown color: approx Deep Magenta. HEX triplet: AE, 05 and C0. RGB value is (174,5,192). Sum of RGB (Red+Green+Blue) = 174+5+192=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE05C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05C0 is #51FA3F. Grayscale: #4C4C4C. Windows color (decimal): -5372480 or 12584366. OLE color: 12584366.

HSL color Cylindrical-coordinate representation of color #AE05C0: hue angle of 294.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05C0 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1745192-
CMYK0.090.9700.25
HSL294.22º94.92%38.63%-
HSV(B)294.22º97.4%75.29%-
XYZ27.0212.9150.94-
YUV76.85192.99197.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=46.90%
G=1.35%
B=51.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17451920.090.9700.25294.2294.9238.63
HexAE5C09610191265f27
Octal25653001114103144613747
Binary1010111010111000000100111000010110011001001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE05C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE05C0; }

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

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

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

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

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

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

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

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