#AA718F

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

Shades of Mountbatten Pink #AA718F

Tints of Mountbatten Pink #AA718F

Color information

#AA718F (or 0xAA718F) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 71 and 8F. RGB value is (170,113,143). Sum of RGB (Red+Green+Blue) = 170+113+143=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718F is #558E70. Grayscale: #858585. Windows color (decimal): -5607025 or 9400746. OLE color: 9400746.

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

Color convert

RGB170113143-
CMYK00.340.160.33
HSL328.42º25.11%55.49%-
HSV(B)328.42º33.53%66.67%-
XYZ27.4422.3428.85-
YUV133.46133.38154.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=39.91%
G=26.53%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011314300.340.160.33328.4225.1155.49
HexAA718F02210211481937
Octal25216121704220415103167
Binary1010101011100011000111101000101000010000110100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA718F; }

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

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

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

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

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

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

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

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