#A86695

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

Shades of Mountbatten Pink #A86695

Tints of Mountbatten Pink #A86695

Color information

#A86695 (or 0xA86695) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 66 and 95. RGB value is (168,102,149). Sum of RGB (Red+Green+Blue) = 168+102+149=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86695 is #57996A. Grayscale: #7E7E7E. Windows color (decimal): -5740907 or 9791144. OLE color: 9791144.

HSL color Cylindrical-coordinate representation of color #A86695: hue angle of 317.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86695 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168102149-
CMYK00.390.110.34
HSL317.27º27.5%52.94%-
HSV(B)317.27º39.29%65.88%-
XYZ26.322030.91-
YUV127.09140.37157.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=40.10%
G=24.34%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810214900.390.110.34317.2727.552.94
HexA86695027B2213d1c35
Octal25014622504713424753465
Binary101010001100110100101010100111101110001010011110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86695; }

 p { color: rgb(168,102,149); }

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

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

 a { background-color: rgb(168,102,149); }

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

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

 span { border-color: rgb(168,102,149); }

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