#A86690

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

Shades of Mountbatten Pink #A86690

Tints of Mountbatten Pink #A86690

Color information

#A86690 (or 0xA86690) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 66 and 90. RGB value is (168,102,144). Sum of RGB (Red+Green+Blue) = 168+102+144=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A86690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86690 is #57996F. Grayscale: #7E7E7E. Windows color (decimal): -5740912 or 9463464. OLE color: 9463464.

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

Color convert

RGB168102144-
CMYK00.390.140.34
HSL321.82º27.5%52.94%-
HSV(B)321.82º39.29%65.88%-
XYZ25.9319.8428.85-
YUV126.52137.87157.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=40.58%
G=24.64%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810214400.390.140.34321.8227.552.94
HexA86690027E221421c35
Octal25014622004716425023465
Binary101010001100110100100000100111111010001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86690; }

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

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

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

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

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

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

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

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