#AA698F

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

Shades of Mountbatten Pink #AA698F

Tints of Mountbatten Pink #AA698F

Color information

#AA698F (or 0xAA698F) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 69 and 8F. RGB value is (170,105,143). Sum of RGB (Red+Green+Blue) = 170+105+143=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698F is #559670. Grayscale: #808080. Windows color (decimal): -5609073 or 9398698. OLE color: 9398698.

HSL color Cylindrical-coordinate representation of color #AA698F: hue angle of 324.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA698F is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170105143-
CMYK00.380.160.33
HSL324.92º27.66%53.92%-
HSV(B)324.92º38.24%66.67%-
XYZ26.5920.6328.57-
YUV128.77136.03157.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=40.67%
G=25.12%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010514300.380.160.33324.9227.6653.92
HexAA698F02610211451c36
Octal25215121704620415053466
Binary1010101011010011000111101001101000010000110100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA698F; }

 p { color: rgb(170,105,143); }

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

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

 a { background-color: rgb(170,105,143); }

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

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

 span { border-color: rgb(170,105,143); }

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