#A86693

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

Shades of Mountbatten Pink #A86693

Tints of Mountbatten Pink #A86693

Color information

#A86693 (or 0xA86693) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 66 and 93. RGB value is (168,102,147). Sum of RGB (Red+Green+Blue) = 168+102+147=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86693 is #57996C. Grayscale: #7E7E7E. Windows color (decimal): -5740909 or 9660072. OLE color: 9660072.

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

Color convert

RGB168102147-
CMYK00.390.130.34
HSL319.09º27.5%52.94%-
HSV(B)319.09º39.29%65.88%-
XYZ26.1719.9330.07-
YUV126.86139.37157.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=40.29%
G=24.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810214700.390.130.34319.0927.552.94
HexA86693027D2213f1c35
Octal25014622304715424773465
Binary101010001100110100100110100111110110001010011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86693; }

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

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

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

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

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

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

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

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