#AA6690

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

Shades of Mountbatten Pink #AA6690

Tints of Mountbatten Pink #AA6690

Color information

#AA6690 (or 0xAA6690) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 66 and 90. RGB value is (170,102,144). Sum of RGB (Red+Green+Blue) = 170+102+144=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6690 is #55996F. Grayscale: #7F7F7F. Windows color (decimal): -5609840 or 9463466. OLE color: 9463466.

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

Color convert

RGB170102144-
CMYK00.40.150.33
HSL322.94º28.57%53.33%-
HSV(B)322.94º40%66.67%-
XYZ26.3620.0628.87-
YUV127.12137.53158.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=40.87%
G=24.52%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010214400.40.150.33322.9428.5753.33
HexAA6690028F211431d35
Octal25214622005017415033565
Binary101010101100110100100000101000111110000110100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6690; }

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

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

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

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

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

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

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

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