#AE6392

Color #AE6392 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #AE6392

Tints of Mountbatten Pink #AE6392

Color information

#AE6392 (or 0xAE6392) is unknown color: approx Mountbatten Pink. HEX triplet: AE, 63 and 92. RGB value is (174,99,146). Sum of RGB (Red+Green+Blue) = 174+99+146=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6392 is #519C6D. Grayscale: #7E7E7E. Windows color (decimal): -5348462 or 9593774. OLE color: 9593774.

HSL color Cylindrical-coordinate representation of color #AE6392: hue angle of 322.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6392 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB17499146-
CMYK00.430.160.32
HSL322.4º31.65%53.53%-
HSV(B)322.4º43.1%68.24%-
XYZ27.112029.63-
YUV126.78138.85161.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=41.53%
G=23.63%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749914600.430.160.32322.431.6553.53
HexAE639202B10201422036
Octal25614322205320405024066
Binary10101110110001110010010010101110000100000101000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6392; }

 p { color: rgb(174,99,146); }

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

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

 a { background-color: rgb(174,99,146); }

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

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

 span { border-color: rgb(174,99,146); }

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