#A6718F

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

Shades of Mountbatten Pink #A6718F

Tints of Mountbatten Pink #A6718F

Color information

#A6718F (or 0xA6718F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 71 and 8F. RGB value is (166,113,143). Sum of RGB (Red+Green+Blue) = 166+113+143=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6718F is #598E70. Grayscale: #848484. Windows color (decimal): -5869169 or 9400742. OLE color: 9400742.

HSL color Cylindrical-coordinate representation of color #A6718F: hue angle of 326.04º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6718F is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166113143-
CMYK00.320.140.35
HSL326.04º22.94%54.71%-
HSV(B)326.04º31.93%65.1%-
XYZ26.5921.928.81-
YUV132.27134.06152.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=39.34%
G=26.78%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611314300.320.140.35326.0422.9454.71
HexA6718F020E231461737
Octal24616121704016435062767
Binary101001101110001100011110100000111010001110100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6718F; }

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

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

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

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

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

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

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

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