#AE06BB

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

Shades of Deep Magenta #AE06BB

Tints of Deep Magenta #AE06BB

Color information

#AE06BB (or 0xAE06BB) is unknown color: approx Deep Magenta. HEX triplet: AE, 06 and BB. RGB value is (174,6,187). Sum of RGB (Red+Green+Blue) = 174+6+187=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE06BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06BB is #51F944. Grayscale: #4C4C4C. Windows color (decimal): -5372229 or 12256942. OLE color: 12256942.

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

Color convert

RGB1746187-
CMYK0.070.9700.27
HSL295.69º93.78%37.84%-
HSV(B)295.69º96.79%73.33%-
XYZ26.4912.7248.07-
YUV76.87190.16197.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=47.41%
G=1.63%
B=50.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17461870.070.9700.27295.6993.7837.84
HexAE6BB76101B1285e26
Octal2566273714103345013646
Binary101011101101011101111111000010110111001010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06BB; }

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

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

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

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

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

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

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

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