#A86993

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

Shades of Mountbatten Pink #A86993

Tints of Mountbatten Pink #A86993

Color information

#A86993 (or 0xA86993) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 69 and 93. RGB value is (168,105,147). Sum of RGB (Red+Green+Blue) = 168+105+147=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86993 is #57966C. Grayscale: #808080. Windows color (decimal): -5740141 or 9660840. OLE color: 9660840.

HSL color Cylindrical-coordinate representation of color #A86993: hue angle of 320º 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 #A86993 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168105147-
CMYK00.380.130.34
HSL320º26.58%53.53%-
HSV(B)320º37.5%65.88%-
XYZ26.4720.5330.17-
YUV128.62138.37156.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 35%
R=40%
G=25%
B=35%

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
Decimal16810514700.380.130.3432026.5853.53
HexA86993026D221401b36
Octal25015122304615425003366
Binary101010001101001100100110100110110110001010100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86993; }

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

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

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

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

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

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

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

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