#A9718F

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

Shades of Mountbatten Pink #A9718F

Tints of Mountbatten Pink #A9718F

Color information

#A9718F (or 0xA9718F) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 71 and 8F. RGB value is (169,113,143). Sum of RGB (Red+Green+Blue) = 169+113+143=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9718F is #568E70. Grayscale: #858585. Windows color (decimal): -5672561 or 9400745. OLE color: 9400745.

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

Color convert

RGB169113143-
CMYK00.330.150.34
HSL327.86º24.56%55.29%-
HSV(B)327.86º33.14%66.27%-
XYZ27.2322.2328.84-
YUV133.16133.55153.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=39.76%
G=26.59%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911314300.330.150.34327.8624.5655.29
HexA9718F021F221481937
Octal25116121704117425103167
Binary101010011110001100011110100001111110001010100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9718F; }

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

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

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

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

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

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

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

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