#AE6490

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

Shades of Mountbatten Pink #AE6490

Tints of Mountbatten Pink #AE6490

Color information

#AE6490 (or 0xAE6490) is unknown color: approx Mountbatten Pink. HEX triplet: AE, 64 and 90. RGB value is (174,100,144). Sum of RGB (Red+Green+Blue) = 174+100+144=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6490 is #519B6F. Grayscale: #7F7F7F. Windows color (decimal): -5348208 or 9462958. OLE color: 9462958.

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

Color convert

RGB174100144-
CMYK00.430.170.32
HSL324.32º31.36%53.73%-
HSV(B)324.32º42.53%68.24%-
XYZ27.0520.1328.84-
YUV127.14137.52161.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=41.63%
G=23.92%
B=34.45%

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
Decimal17410014400.430.170.32324.3231.3653.73
HexAE649002B11201441f36
Octal25614422005321405043766
Binary1010111011001001001000001010111000110000010100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6490; }

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

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

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

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

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

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

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

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