#A86794

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

Shades of Mountbatten Pink #A86794

Tints of Mountbatten Pink #A86794

Color information

#A86794 (or 0xA86794) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 67 and 94. RGB value is (168,103,148). Sum of RGB (Red+Green+Blue) = 168+103+148=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86794 is #57986B. Grayscale: #7F7F7F. Windows color (decimal): -5740652 or 9725864. OLE color: 9725864.

HSL color Cylindrical-coordinate representation of color #A86794: hue angle of 318.46º degrees, saturation: 0.27, 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 #A86794 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB168103148-
CMYK00.390.120.34
HSL318.46º27.2%53.14%-
HSV(B)318.46º38.69%65.88%-
XYZ26.3420.1630.52-
YUV127.56139.53156.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=40.10%
G=24.58%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810314800.390.120.34318.4627.253.14
HexA86794027C2213e1b35
Octal25014722404714424763365
Binary101010001100111100101000100111110010001010011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86794; }

 p { color: rgb(168,103,148); }

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

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

 a { background-color: rgb(168,103,148); }

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

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

 span { border-color: rgb(168,103,148); }

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