#AA6590

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

Shades of Mountbatten Pink #AA6590

Tints of Mountbatten Pink #AA6590

Color information

#AA6590 (or 0xAA6590) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 65 and 90. RGB value is (170,101,144). Sum of RGB (Red+Green+Blue) = 170+101+144=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6590 is #559A6F. Grayscale: #7E7E7E. Windows color (decimal): -5610096 or 9463210. OLE color: 9463210.

HSL color Cylindrical-coordinate representation of color #AA6590: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6590 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170101144-
CMYK00.410.150.33
HSL322.61º28.87%53.14%-
HSV(B)322.61º40.59%66.67%-
XYZ26.2719.8728.84-
YUV126.53137.86159-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=40.96%
G=24.34%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010114400.410.150.33322.6128.8753.14
HexAA6590029F211431d35
Octal25214522005117415033565
Binary101010101100101100100000101001111110000110100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6590; }

 p { color: rgb(170,101,144); }

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

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

 a { background-color: rgb(170,101,144); }

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

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

 span { border-color: rgb(170,101,144); }

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