#AE06A6

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

Shades of Dark Magenta #AE06A6

Tints of Dark Magenta #AE06A6

Color information

#AE06A6 (or 0xAE06A6) is unknown color: approx Dark Magenta. HEX triplet: AE, 06 and A6. RGB value is (174,6,166). Sum of RGB (Red+Green+Blue) = 174+6+166=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE06A6 is #51F959. Grayscale: #4A4A4A. Windows color (decimal): -5372250 or 10880686. OLE color: 10880686.

HSL color Cylindrical-coordinate representation of color #AE06A6: hue angle of 302.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB1746166-
CMYK00.970.050.32
HSL302.86º93.33%35.29%-
HSV(B)302.86º96.55%68.24%-
XYZ24.411.8837.08-
YUV74.47179.66198.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=50.29%
G=1.73%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174616600.970.050.32302.8693.3335.29
HexAE6A606152012f5d23
Octal2566246014154045713543
Binary1010111011010100110011000011011000001001011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06A6; }

 p { color: rgb(174,6,166); }

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

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

 a { background-color: rgb(174,6,166); }

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

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

 span { border-color: rgb(174,6,166); }

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