#AE6491

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

Shades of Mountbatten Pink #AE6491

Tints of Mountbatten Pink #AE6491

Color information

#AE6491 (or 0xAE6491) is unknown color: approx Mountbatten Pink. HEX triplet: AE, 64 and 91. RGB value is (174,100,145). Sum of RGB (Red+Green+Blue) = 174+100+145=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6491 is #519B6E. Grayscale: #7F7F7F. Windows color (decimal): -5348207 or 9528494. OLE color: 9528494.

HSL color Cylindrical-coordinate representation of color #AE6491: hue angle of 323.51º degrees, saturation: 0.31, 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 #AE6491 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB174100145-
CMYK00.430.170.32
HSL323.51º31.36%53.73%-
HSV(B)323.51º42.53%68.24%-
XYZ27.1220.1629.25-
YUV127.26138.02161.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=41.53%
G=23.87%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410014500.430.170.32323.5131.3653.73
HexAE649102B11201441f36
Octal25614422105321405043766
Binary1010111011001001001000101010111000110000010100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6491; }

 p { color: rgb(174,100,145); }

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

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

 a { background-color: rgb(174,100,145); }

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

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

 span { border-color: rgb(174,100,145); }

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