#A86992

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

Shades of Mountbatten Pink #A86992

Tints of Mountbatten Pink #A86992

Color information

#A86992 (or 0xA86992) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 69 and 92. RGB value is (168,105,146). Sum of RGB (Red+Green+Blue) = 168+105+146=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86992 is #57966D. Grayscale: #808080. Windows color (decimal): -5740142 or 9595304. OLE color: 9595304.

HSL color Cylindrical-coordinate representation of color #A86992: hue angle of 320.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86992 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168105146-
CMYK00.380.130.34
HSL320.95º26.58%53.53%-
HSV(B)320.95º37.5%65.88%-
XYZ26.3920.529.76-
YUV128.51137.87156.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=40.10%
G=25.06%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810514600.380.130.34320.9526.5853.53
HexA86992026D221411b36
Octal25015122204615425013366
Binary101010001101001100100100100110110110001010100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86992; }

 p { color: rgb(168,105,146); }

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

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

 a { background-color: rgb(168,105,146); }

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

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

 span { border-color: rgb(168,105,146); }

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