#AE07C6

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

Shades of Deep Magenta #AE07C6

Tints of Deep Magenta #AE07C6

Color information

#AE07C6 (or 0xAE07C6) is unknown color: approx Deep Magenta. HEX triplet: AE, 07 and C6. RGB value is (174,7,198). Sum of RGB (Red+Green+Blue) = 174+7+198=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE07C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE07C6 is #51F839. Grayscale: #4E4E4E. Windows color (decimal): -5371962 or 12978094. OLE color: 12978094.

HSL color Cylindrical-coordinate representation of color #AE07C6: hue angle of 292.46º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE07C6 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1747198-
CMYK0.120.9600.22
HSL292.46º93.17%40.2%-
HSV(B)292.46º96.46%77.65%-
XYZ27.7213.2354.52-
YUV78.71195.33195.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 7 (3.12% from 255) = 1.85%
BLUE value IS 198 (77.73% from 255) = 52.24%
R=45.91%
G=1.85%
B=52.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17471980.120.9600.22292.4693.1740.2
HexAE7C6C600161245d28
Octal25673061414002644413550
Binary1010111011111000110110011000000101101001001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE07C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE07C6; }

 p { color: rgb(174,7,198); }

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

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

 a { background-color: rgb(174,7,198); }

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

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

 span { border-color: rgb(174,7,198); }

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