#AE06BC

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

Shades of Deep Magenta #AE06BC

Tints of Deep Magenta #AE06BC

Color information

#AE06BC (or 0xAE06BC) is unknown color: approx Deep Magenta. HEX triplet: AE, 06 and BC. RGB value is (174,6,188). Sum of RGB (Red+Green+Blue) = 174+6+188=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06BC is #51F943. Grayscale: #4C4C4C. Windows color (decimal): -5372228 or 12322478. OLE color: 12322478.

HSL color Cylindrical-coordinate representation of color #AE06BC: hue angle of 295.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE06BC is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1746188-
CMYK0.070.9700.26
HSL295.38º93.81%38.04%-
HSV(B)295.38º96.81%73.73%-
XYZ26.612.7648.64-
YUV76.98190.66197.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=47.28%
G=1.63%
B=51.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17461880.070.9700.26295.3893.8138.04
HexAE6BC76101A1275e26
Octal2566274714103244713646
Binary101011101101011110011111000010110101001001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06BC; }

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

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

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

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

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

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

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

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