#A86890

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

Shades of Mountbatten Pink #A86890

Tints of Mountbatten Pink #A86890

Color information

#A86890 (or 0xA86890) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 68 and 90. RGB value is (168,104,144). Sum of RGB (Red+Green+Blue) = 168+104+144=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A86890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86890 is #57976F. Grayscale: #7F7F7F. Windows color (decimal): -5740400 or 9463976. OLE color: 9463976.

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

Color convert

RGB168104144-
CMYK00.380.140.34
HSL322.5º26.89%53.33%-
HSV(B)322.5º38.1%65.88%-
XYZ26.1320.2428.91-
YUV127.7137.2156.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=40.38%
G=25%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810414400.380.140.34322.526.8953.33
HexA86890026E221421b35
Octal25015022004616425023365
Binary101010001101000100100000100110111010001010100001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86890; }

 p { color: rgb(168,104,144); }

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

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

 a { background-color: rgb(168,104,144); }

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

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

 span { border-color: rgb(168,104,144); }

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